新增接口弹窗

This commit is contained in:
2023-04-27 18:12:57 +08:00
parent d023f1af12
commit 859cbcd2f7
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -534,6 +534,10 @@ class UserService extends BaseService
return success();
}
foreach ($popup as $key => $item){
$popup[$key]['popup_content'] = json_decode($item['popup_content']);
}
return success($popup->toArray());
}