作者 lyh

gx

... ... @@ -122,6 +122,7 @@ class CustomModuleContentLogic extends BaseLogic
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND);
//保存扩展字段
$this->saveExtendInfo($id,$extend);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($id, true) . PHP_EOL, FILE_APPEND);
return $this->success(['id'=>$id]);
}
... ...