Commit 628d1488 by 宋毅

增加返回值

parent c432ab07
......@@ -144,4 +144,6 @@ class QcAPI extends APIBase {
return opResult;
}
}
module.exports = QcAPI;
\ No newline at end of file
module.exports = QcAPI;
// let tmpTest=new QcAPI();
// let tmp1= tmpTest.springBoard({"actionType":"serviceProviderNotification","actionBody":{"orderNo":"OT44202109101540ivA2","status":511},"appInfo":{"id":21,"app_hosts":"alitm.qifu.gongsibao.com","app_code":"alitm","app_name":"阿里云商标服务","uapp_id":"36","uapp_key":"202003231118","uapp_secret":"7cbb846246874167b5c7e01cd0016c99","contact_name":"宋毅","contact_mobile":"15010929366","contact_email":null,"desc":"阿里云商标服务","is_enabled":1,"is_sign":0,"pay_type":"00","delivery_type":"10","created_at":"2020-03-23T11:24:10.000Z","updated_at":"2020-03-23T11:24:11.000Z","version":0},"actionProcess":"alitm","userInfo":{"id":15890,"uapp_id":36,"channel_userid":"jytest6","channel_username":"jytest6","channel_nickname":"","open_id":"","head_url":"","mobile":"jytest6","org_name":"","org_path":"","email":"","is_admin":0,"is_super":0,"is_enabled":1,"userpin":"39a2ab787b784f8aa9069ae296b0565b"}})
\ No newline at end of file
......@@ -453,7 +453,7 @@ class BaseQcService {
ab["CertificateEndTime"] = ab.certificateEndTime;
}
pobj.actionBody = ab;
return this.acceptIcpPartnerNotification(pobj);
return await this.acceptIcpPartnerNotification(pobj);
} catch (e) {
const stackStr = e.stack ? e.stack : JSON.stringify(e);
this.execClientNew.execLogs("serviceProviderNotification-reqError:", pobj, "center-order-serviceProviderNotification", null, stackStr);
......@@ -623,7 +623,7 @@ class BaseQcService {
await self.needsolutionDao.update(needsolutioninfo, t);
statusObj["BizId"] = needsolutioninfo.channelSolutionNo;
statusObj["solutionNo"] = needsolutioninfo.solutionNo;
statusObj["material"] = solutionContent;
statusObj["material"] = solutionContent.material;
statusObj["uapp_id"] = uapp_id;
statusObj['channelOrderNo'] = channelOrderNo;
return system.getResultSuccess(statusObj);
......
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