Commit e11aa404 by 蒋勇

post

parent 224c8060
...@@ -430,7 +430,7 @@ async modifySubmitTransferMaterail(obj) { ...@@ -430,7 +430,7 @@ async modifySubmitTransferMaterail(obj) {
CardType:obj.seller_type=="ent"?"1":"2", CardType:obj.seller_type=="ent"?"1":"2",
} }
} }
var rtn = await this.aliclient(obj) var rtn = await this.aliclient(obj,"POST")
console.log(obj) console.log(obj)
console.log(rtn) console.log(rtn)
return rtn; return rtn;
......
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