Commit 5bf3b53c authored by 袁玲利's avatar 袁玲利

研发环境充值金额固定为3元

parent e8480f99
......@@ -910,7 +910,8 @@
break;
}
let params = {
amount: (amount * 1).toFixed(2), //充值金额,单位元
// amount: (amount * 1).toFixed(2), //充值金额,单位元
amount: 3.00,
mobileCode: this.openCardPhonSms, //短信验证码
orderNo: this_.RechargeSmsorderNoInfo.orderNo, //第三方合作交易标识,取充值短信返回的orderNo值
schoolId: bankInfo.schoolId, //学校id
......
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