update 数据采集接口
This commit is contained in:
parent
5a54f0b692
commit
03bde0d484
|
@ -44,8 +44,6 @@ class DataCollectController extends BaseApiController
|
||||||
'update_time'=>date('Y-m-d H:i:s'),
|
'update_time'=>date('Y-m-d H:i:s'),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LandCollection::create($data);
|
LandCollection::create($data);
|
||||||
return $this->success('接收成功', ['user_name'=>$parmas['username'], 'topic'=>$parmas['topic']]);
|
return $this->success('接收成功', ['user_name'=>$parmas['username'], 'topic'=>$parmas['topic']]);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|
Loading…
Reference in New Issue