فهرست منبع

糊盒计时修改

unknown 3 ماه پیش
والد
کامیت
72ccd3ca94
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/api/controller/GluChronographSheet.php

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

@@ -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);