作者堆叠 专刊

This commit is contained in:
wyn
2026-07-29 17:05:42 +08:00
parent f583f67e24
commit 1ee795b6b9
10 changed files with 2833 additions and 141 deletions

View File

@@ -26,6 +26,7 @@ class UserActLog
return ['status' => 2, 'msg' => '非法操作'];
}
$aInsert['create_time'] = time();
$aInsert['update_time'] = time();
$result = Db::name('user_act_log')->insertGetId($aInsert);
if(empty($result)){
return ['status' => 3, 'msg' => '数据插入失败'.Db::getLastSql()."\n数据内容:",'data' => $aParam];