Commit dd200492 by linboxuan

lin update notes

parent 9c2fe430
...@@ -48,10 +48,10 @@ class TradetransferAPI extends APIBase { ...@@ -48,10 +48,10 @@ class TradetransferAPI extends APIBase {
case "queryOrderState":// 通知状态变更 case "queryOrderState":// 通知状态变更
opResult = await this.utilsNeedSve.queryOrderState(pobj); opResult = await this.utilsNeedSve.queryOrderState(pobj);
break; break;
case "submitNeedAliEsp":// 2020 0925 lin 新增 阿里文网文 服务商侧提供接口2.1 提交用户需求给服务商 case "submitNeedAliEsp":// 2020 0925 lin 新增 阿里文网文 服务商侧提供接口2.1 提交用户需求给服务商 -- 业务与submitNeed 删除此接口
opResult = await this.utilsNeedSve.submitNeedAliEsp(pobj); opResult = await this.utilsNeedSve.submitNeedAliEsp(pobj);
break; break;
case "needCloseAliEsp":// 2020 0926 lin 新增 阿里文网文 服务商侧提供接口2.2 关闭需求通知服务商 case "needCloseAliEsp":// 2020 0926 lin 新增 阿里文网文 服务商侧提供接口2.2 关闭需求通知服务商 -- 业务与needClose 删除此接口
opResult = await this.utilsNeedSve.needCloseAliEsp(pobj); opResult = await this.utilsNeedSve.needCloseAliEsp(pobj);
break; break;
case "produceNoticeAliEsp":// 2020 0927 lin 新增 阿里文网文 服务商侧提供接口2.3 服务单通知服务商 case "produceNoticeAliEsp":// 2020 0927 lin 新增 阿里文网文 服务商侧提供接口2.3 服务单通知服务商
......
...@@ -55,7 +55,7 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -55,7 +55,7 @@ class UtilsNeedSve extends AppServiceBase {
return { return {
"requestId": self.getUUID(), "requestId": self.getUUID(),
"success": false, "success": false,
"errorMsg": "", "errorMsg": "getTokenInfo fail",
"errorCode": "ok" "errorCode": "ok"
}; };
} }
......
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