Kaynağa Gözat

糊盒计时修改

unknown 3 ay önce
ebeveyn
işleme
72ccd3ca94

+ 1 - 1
application/api/controller/GluChronographSheet.php

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