This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_pay
Watch
4
Star
1
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
更新
tags/v1.6.1^2
huangjiajun
1 year ago
parent
7d2146b6c2
commit
d7fc1bd069
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/local_wechat/api.go
+ 1
- 1
lib/local_wechat/api.go
View File
@@ -143,7 +143,7 @@ func TradePcPay(client *wechat.Client, subject, orderID, amount, notifyUrl, prod
return nil, err
}
r := map[string]string{
"code
_url
": wxRsp.CodeUrl,
"
payQr
code": wxRsp.CodeUrl,
}
return r, nil
}
Write
Preview
Loading…
Cancel
Save