Commit c412ad4f by 宋毅

tj

parent 9746d5b2
......@@ -14,9 +14,9 @@ class TradetransferAPI extends APIBase {
//订单创建
async createtransfer(p, obj, req) {
console.log(p.actionBody);
console.log(p.actionBody,"actionBody...............................");
var orderinfo = await this.corderSve.createOrder(p.actionBody, req);
console.log(orderinfo);
console.log(orderinfo,"orderinfo............................");
if (orderinfo) {
if (orderinfo.status == "0") {
var 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