Commit 106603e1 authored by 华国豪's avatar 华国豪 🙄

B2B 支付接口 ,如果以前是用的OnlinePay_post_GetCodeUrl 这个接口 ,...

 B2B  支付接口  ,如果以前是用的OnlinePay_post_GetCodeUrl  这个接口  , 请改为OnlinePay_post_GetCodeUrlForCommonB2B  ;  前面那个接口是专门给后台用的;  后面这个才是B2B用的
parent cc88ff06
......@@ -175,7 +175,7 @@
return
}
this.apipost('OnlinePay_post_GetCodeUrl', msg, res => {
this.apipost('OnlinePay_post_GetCodeUrlForCommonB2B', msg, res => {
if(res.data.resultCode == 1) {
this.payPic = res.data.data.CodeURL
this.lastTime = new Date(res.data.data.ExpireDate)
......
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