update 数据采集接口

This commit is contained in:
chenbo 2023-12-13 11:35:37 +08:00
parent 5a54f0b692
commit 03bde0d484
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ class DataCollectController extends BaseApiController
'update_time'=>date('Y-m-d H:i:s'),
];
LandCollection::create($data);
return $this->success('接收成功', ['user_name'=>$parmas['username'], 'topic'=>$parmas['topic']]);
} catch (Exception $e) {