编辑改版面费

This commit is contained in:
wangjinlei
2025-11-21 14:08:20 +08:00
parent 1b227c101e
commit 4298ec83c6
2 changed files with 51 additions and 1 deletions

View File

@@ -1122,7 +1122,7 @@ function add_usermsg($userid, $content, $url)
return $msg_obj->insert($msgdata);
}
function jsonSuccess($data)
function jsonSuccess($data=[])
{
return json(['code' => 0, 'msg' => 'success', 'data' => $data]);
}