Commit c5c683c9 by 宋毅

tj

parent 7c5d9c56
......@@ -49,7 +49,7 @@ class OrderService extends ServiceBase {
async op1688ChannelPushOrderTest(action_body, pobj, req) {
try {
var returnValue = [
var returnValue = [
{
"bizStatusExt": "service",
"memberId": "b2b-****02",
......@@ -493,7 +493,7 @@ class OrderService extends ServiceBase {
var reqUrl = "https://yunfuapi.gongsibao.com/crm/order/submit";
try {
var body = {
idempotentId: item.orderNo,// 是 业务 ID
idempotentId: item.channelServiceNo,// 是 业务 ID
idempotentSource: req.app.appSourceCode ? "tm_" + req.app.appSourceCode : "tm_1688",// 是 业务来源(ali、jd)
idempotentSourceName: req.app.name || "1688应用",// 是 阿里,京东
city: "",// 否 所属城市
......
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