退订邮件功能

This commit is contained in:
wangjinlei
2025-08-05 13:14:01 +08:00
parent 7fe523e89e
commit c9e4b94804
2 changed files with 28 additions and 1 deletions

View File

@@ -772,7 +772,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]);
}