|
@@ -248,7 +248,7 @@ class GluChronographSheet extends Api
|
|
|
if(!$this->request->isPost()){
|
|
if(!$this->request->isPost()){
|
|
|
$this->error('请求方式错误');
|
|
$this->error('请求方式错误');
|
|
|
}
|
|
}
|
|
|
- $req = $this->request->param();
|
|
|
|
|
|
|
+ $req = Request::instance()->post();
|
|
|
|
|
|
|
|
if (!isset($req['UniqId']) || empty($req['UniqId'])) {
|
|
if (!isset($req['UniqId']) || empty($req['UniqId'])) {
|
|
|
$this->error('参数错误','UniqId',100);
|
|
$this->error('参数错误','UniqId',100);
|