chore: 注释掉file_put_contents
This commit is contained in:
@@ -54,7 +54,7 @@ class Form extends BaseApi
|
||||
['form_type', '=', 'custom' ]
|
||||
];
|
||||
$data = (new FormModel())->getFormInfo($condition, 'json_data,form_name');
|
||||
file_put_contents(__DIR__ . '/debug.txt', var_export($data,true));
|
||||
// file_put_contents(__DIR__ . '/debug.txt', var_export($data,true));
|
||||
if (!empty($data['data'])) {
|
||||
$data['data']['json_data'] = json_decode($data['data']['json_data'], true);
|
||||
// $data['data']['title'] = model('form')->getValue(['id'=>$form_id]);
|
||||
|
||||
Reference in New Issue
Block a user