...
|
...
|
@@ -271,6 +271,7 @@ class IndexController extends RestBaseController |
|
|
$this->success('成功',['status'=>0]);
|
|
|
}
|
|
|
}
|
|
|
$this->success('成功',['status'=>0]);
|
|
|
}else{
|
|
|
$this->error('请求方式错误!');
|
|
|
}
|
...
|
...
|
@@ -323,6 +324,7 @@ class IndexController extends RestBaseController |
|
|
$this->success('成功',['status'=>0]);
|
|
|
}
|
|
|
}
|
|
|
$this->success('成功',['status'=>0]);
|
|
|
}else{
|
|
|
$this->error('请求方式错误!');
|
|
|
}
|
...
|
...
|
|