浏览代码

请求头添加'Login-User-Type': 1

Xiao_123 6 月之前
父节点
当前提交
6806539ee2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sheep/request/index.js

+ 1 - 0
sheep/request/index.js

@@ -54,6 +54,7 @@ const http = new Request({
     Accept: 'text/json',
     'Content-Type': 'application/json;charset=UTF-8',
     platform: $platform.name,
+    'Login-User-Type': 1
   },
   // #ifdef APP-PLUS
   sslVerify: false,