Commit 644bb87b by linboxuan

lin update

parent 0d0a2167
...@@ -17,9 +17,13 @@ class UtilsTmOrderCallService extends AppServiceBase { ...@@ -17,9 +17,13 @@ class UtilsTmOrderCallService extends AppServiceBase {
PageSize: 20, PageSize: 20,
SortFiled: "updateTime", SortFiled: "updateTime",
SortOrder: "DESC", SortOrder: "DESC",
type: "TM"
}; };
let orderList = await this.aliclient.reqbyget({ action: "QueryTradeProduceList", reqbody: obj }); var object = {
action: "QueryTradeProduceList",
reqbody: obj,
type: 'TM'
}
let orderList = await this.aliclient.reqbyget(object);
console.log("orderList",orderList) console.log("orderList",orderList)
return system.getResultSuccess(orderList); return system.getResultSuccess(orderList);
} }
......
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