正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -122,6 +122,7 @@ class CustomModuleContentLogic extends BaseLogic | @@ -122,6 +122,7 @@ class CustomModuleContentLogic extends BaseLogic | ||
| 122 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND); | 122 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND); |
| 123 | //保存扩展字段 | 123 | //保存扩展字段 |
| 124 | $this->saveExtendInfo($id,$extend); | 124 | $this->saveExtendInfo($id,$extend); |
| 125 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND); | ||
| 125 | return $this->success(['id'=>$id]); | 126 | return $this->success(['id'=>$id]); |
| 126 | } | 127 | } |
| 127 | 128 |
-
请 注册 或 登录 后发表评论