xing.li 3 years ago
parent
commit
72d8ec267a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      utils/request.js

+ 3 - 1
utils/request.js

@@ -14,6 +14,7 @@ class request {
       "SIGN":'',
       "NONCE":'',
       "TIMESTAMP":'',
+      "tenantId":1001
   }
   static constructor() {
 
@@ -89,7 +90,8 @@ class request {
         "SIGN":sign,
         "NONCE":nonce,
         "TIMESTAMP":timestamp,
-        "Content-Type": "application/json"
+        "Content-Type": "application/json",
+        "tenantId":1001
     }
     return signHeadInfo;
   }