mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
启用 sign 功能
This commit is contained in:
parent
1929f72cf9
commit
b51f0c3bf1
@ -66,7 +66,6 @@ export function createSign(_reqObj){
|
||||
}
|
||||
reqInfo += "whoisyoudad!!!"
|
||||
let _sign = md5(reqInfo);
|
||||
console.log("reqInfo=",reqInfo)
|
||||
_reqObj.header.sign = _sign;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user