Commit e410a123 by 宋毅

tj

parent f7d07c40
......@@ -490,7 +490,7 @@ class OrderService extends ServiceBase {
return system.getResult(null, "订单已经推送过,请勿重覆推送");
}
var rtn = null;
var reqUrl = "https://yunfuapi.gongsibao.com/crm/order/submit";
var reqUrl = "https://yunfuapi-dev.gongsibao.com/crm/order/submit";
try {
var body = {
idempotentId: item.channelServiceNo,// 是 业务 ID
......
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