@@ -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",
return signHeadInfo;