Commit a988c3f0 authored by 李智书's avatar 李智书

1.提交更新;

parent d4094744
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
}); });
}, },
// 充值结果查询 // 充值结果查询
async ExchangeWithdrawQuery(flowId, oriCorpSerno) { async ExchangeWithdrawQuery() {
let this_ = this; let this_ = this;
let loading = weui.loading('请稍后'); let loading = weui.loading('请稍后');
$.ajax({ $.ajax({
...@@ -313,6 +313,7 @@ ...@@ -313,6 +313,7 @@
type: "POST", type: "POST",
contentType: "application/x-www-form-urlencoded", contentType: "application/x-www-form-urlencoded",
data: { data: {
orderNo: this_.RechargeSmsorderNoInfo.orderNo,
schoolId: bankInfo.schoolId, schoolId: bankInfo.schoolId,
userId: userID, userId: userID,
sessionid: sessionID, sessionid: sessionID,
......
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