소스 검색

请求头添加'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,