xieruidong 2 tahun lalu
induk
melakukan
0b33758bb6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/data/controller/api/Auth.php

+ 1 - 1
app/data/controller/api/Auth.php

@@ -53,7 +53,7 @@ abstract class Auth extends Controller
         $this->type = $this->request->header('api-name');
         if (empty($this->type)) $this->error("接口类型异常!");
         if (!isset(UserAdminService::TYPES[$this->type])) {
-            $this->error("接口类型[{$this->type}]未定义!");
+            $this->error("接口类型[{$this->type}]未定义!header中增加api-name,值为手机浏览器访问wap电脑浏览器访问web微信小程序访问wxapp微信服务号访问wechat苹果应用接口访问isoapp安卓应用接口访问android");
         }
         // 读取用户数据
         $this->user = $this->getUser();