Commit 11089758 by 王栋源

wdy

parent 9071f0f3
......@@ -76,6 +76,9 @@ class Need extends APIBase {
case "getaliicpProduce"://方案询价
opResult = await this.centerorderSve.getaliicpProduce(pobj);
break;
case "testsymq":
opResult = await this.utilsNeedSve.testsymq(pobj);
break;
default:
opResult = system.getResult(null, "action_type参数错误");
break;
......
......@@ -76,7 +76,7 @@ class QcCenterOrderService extends AppServiceBase {
requestId: pobj.requestId || "",
op: "service/impl/common/qcCenterOrderSve.js/submitIcpProgramme",
content: JSON.stringify(pobj),
resultInfo:needinfo,
resultInfo:JSON.stringify(needinfo),
optitle:"createSolution推送蜂擎获取的接口信息->aliBusiness2Delivery",
});
var reqParams = {
......
......@@ -433,19 +433,9 @@ class UtilsNeedService extends AppServiceBase {
return system.getResultSuccess(res);
}
async test(pobj) {
let res = await this.aliclient.reqbyget({
action: "QueryTradeIntentionUserList", reqbody: {
BeginTime: pobj.actionBody.BeginTime ? pobj.actionBody.BeginTime : "",
EndTime: pobj.actionBody.EndTime ? pobj.actionBody.EndTime : "",
BizId: "20200817115056000001",
Type: "5",
PageNum: pobj.actionBody.pageNum || 1,
PageSize: pobj.actionBody.pageSize || 10,
}, apiVersion: "2019-05-08"
});
return system.getResultSuccess(res);
async testsymq(pobj) {
var a=await this.utilsPushSve.aliBusiness2Delivery(pobj.actionBody, pobj.actionBody.pushtype);
return system.getResultSuccess(a);
}
......
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