Commit 9c18e48e by 宋毅

tj

parent 2bf188aa
...@@ -13,7 +13,8 @@ class OrderService extends ServiceBase { ...@@ -13,7 +13,8 @@ class OrderService extends ServiceBase {
} }
async op1688ChannelPushOrder(action_body, pobj, req) { async op1688ChannelPushOrder(action_body, pobj, req) {
try { try {
var reqUrl = "https://inte-mcp.chanjet.com/gsb/getOrder?token=" + action_body.token; //var reqUrl = "https://inte-mcp.chanjet.com/gsb/getOrder?token=" + action_body.token; //测试环境
var reqUrl = "https://mcp.chanjet.com/gsb/getOrder?token=" + action_body.token; //线上环境
var rtn = await this.execClient.execGet("", reqUrl); var rtn = await this.execClient.execGet("", reqUrl);
var logParam = { var logParam = {
appid: req.app.id, appid: req.app.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