Commit fe25bd28 by 宋毅

增加幂等单号

parent 0b3daa25
...@@ -312,6 +312,7 @@ class TmOrderAPI extends APIBase { ...@@ -312,6 +312,7 @@ class TmOrderAPI extends APIBase {
opResult = await this.orderSve.updateOrderPayStatus(action_body, pobj, req); opResult = await this.orderSve.updateOrderPayStatus(action_body, pobj, req);
if (opResult.status == 0) { if (opResult.status == 0) {
pobj.actionBody["deliveryOrderNo"] = opResult.data.deliveryOrderNo; pobj.actionBody["deliveryOrderNo"] = opResult.data.deliveryOrderNo;
pobj.actionBody["idempotentNo"] = action_body.needNoOrderNo;
var url = this.pushFqbossDataUrl + "api/channelaccessApi/updateChannelPayStatus"; var url = this.pushFqbossDataUrl + "api/channelaccessApi/updateChannelPayStatus";
this.pushData2(opResult, req, pobj, url); this.pushData2(opResult, req, pobj, url);
} }
......
...@@ -158,6 +158,12 @@ class TmqueryService { ...@@ -158,6 +158,12 @@ class TmqueryService {
"default_field": "optitle", "default_field": "optitle",
"query": "\"###处理京东推送的订单信息参数\"" "query": "\"###处理京东推送的订单信息参数\""
} }
},
{
"query_string":{
"default_field":"content",
"query":"\"FW_GOODS-582206-1\""
}
} }
] ]
} }
......
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