Commit 4f65a583 by 王悦

fix签名

parent 5e5d2eab
......@@ -610,7 +610,7 @@ class UtilsNeedSve extends AppServiceBase {
var result = await this.execlient.execPostTK(sobj, url, token);
if (result.status != 0) {
if (pobj.bizId.startsWith("TM_")){
let pushres = await this.execPostUrl({ "actionProcess": "AliTm", "appCode": "100099", "sign": await this.getFQbossSign(pobj), pobj },settings.fqbossTmUrl())
let pushres = await this.execPostUrl({ "actionProcess": "AliTm", "appCode": "100099", "sign": await this.getFQbossSign(pobj), actionBody: pobj },settings.fqbossTmUrl())
console.log("商标没查到方案,直接推送fqboos----->",pushres)
return this.getResult(result.requestId, pushres.message)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment