对接支付功能

This commit is contained in:
gyq
2025-04-29 20:42:22 +08:00
parent 791d82b9e3
commit 0844db0c57
20 changed files with 11013 additions and 5909 deletions

View File

@@ -255,7 +255,8 @@
var user = app.globalData.get_user_info(this, 'init');
if (user != false) {
this.setData({
pay_url: app.globalData.get_request_url('pay', 'order'),
// pay_url: app.globalData.get_request_url('pay', 'order'),
pay_url: app.globalData.get_request_url('getpayment', 'xo'),
qrcode_url: app.globalData.get_request_url('paycheck', 'order'),
});