This commit is contained in:
mkm 2023-12-01 16:58:47 +08:00
parent 3b36831f5b
commit 018e4ae40b

View File

@ -19,6 +19,9 @@ class IndexController extends BaseController{
public function mqtt(){
$parmas=$this->request->post();
if(!$parmas|| !isset($parmas['username']) || $parmas['username']==''){
return json(['msg'=>'参数错误']);
}
$data=[
'username'=>$parmas['username'],
'topic'=>$parmas['topic'],