Commit c9d8d04d by 宋毅

修改判断规则

parent a12b9272
......@@ -613,7 +613,7 @@ class UtilsNeedSve extends AppServiceBase {
var url = settings.centerChannelUrl() + "/api/opreceive/need/springBoard";
var result = await this.execlient.execPostTK(sobj, url, token);
if (result.status != 0) {
if (pobj.bizId.startsWith("TM_")){
if (pobj.bizId.startsWith("TM_") || pobj.bizId.startsWith("P202")){
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