Commit 8ab408c6 by 宋毅

tj

parent cfb3d32e
......@@ -10,7 +10,7 @@ module.exports = function (app) {
actionType: "op1688ChannelPushOrder",
actionBody: req.query
};
params.actionBody.channelItemCode = "5743091";
params.actionBody.channelItemCode = "1406046";
var result = await tmqueryCtl.doPost(params, null, req);
if (result.status != 0) {
console.log(result, "result.........");
......@@ -27,7 +27,7 @@ module.exports = function (app) {
actionType: "op1688ChannelPushOrder",
actionBody: req.query
};
params.actionBody.channelItemCode = "1329709";
params.actionBody.channelItemCode = "3492659";
var result = await tmqueryCtl.doPost(params, null, req);
if (result.status != 0) {
console.log(result, "result.........");
......
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