Commit b5c2b39e by linboxuan

update

parent fafb5f8b
...@@ -517,7 +517,7 @@ class TradetransferService extends ServiceBase { ...@@ -517,7 +517,7 @@ class TradetransferService extends ServiceBase {
action: "QueryTradeProduceList" action: "QueryTradeProduceList"
} }
var tradeinfo = await this.aliclient(obj); var tradeinfo = await this.aliclient(obj);
if (!tradeinfo && tradeinfo.Data.TradeProduces.length > 0) { if (!tradeinfo && tradeinfo.Data.TradeProduces.length > 0) {
return { return {
status: -1, status: -1,
msg: "阿里订单查询失败", msg: "阿里订单查询失败",
......
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