Commit 556881de by 宋毅

增加返回值

parent 628d1488
......@@ -93,3 +93,6 @@ class RegAPI extends APIBase {
}
}
module.exports = RegAPI;
// let tmptest=new RegAPI()
// tmptest.springBoard({"actionType":"regUpdateOrderStatus","actionBody":{"orderNo":"OT44202105311300t5eQ","consultType":"GSREG","status":703,"deliverContent":{"applicationFormUrl":"https://gsb-zc.oss-cn-beijing.aliyuncs.com/zc_452164696435020820221110550208.pdf","baseInfo":{},"companyInfo":{"companyName":"北京半山半水文化咨询有限公司","spareName":[],"serviceArea":""}}},"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":"1466e1f9cdf1463f908ddeb53b035768"}})
\ No newline at end of file
......@@ -1075,7 +1075,7 @@ class RegCenterOrderService {
// ab["bizId"] = ns.channelSolutionNo;
ab["solutionNo"] = ns.solutionNo;
pobj.actionBody = ab;
return this.regAcceptPartnerNotification(pobj);
return await this.regAcceptPartnerNotification(pobj);
}
//服务商通知状态变更
async regAcceptPartnerNotification(pobj) {
......@@ -1570,6 +1570,7 @@ class RegCenterOrderService {
}
}
deliveryContent = JSON.stringify(deliveryContent);
deliveryContent=deliveryContent.replace("\\n","")
let orderdeliveryData = {
sourceOrderNo: ab.orderNo,
deliveryContent: deliveryContent,
......
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