Showing
1 changed file
with
1 additions
and
1 deletions
@@ -20,7 +20,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -20,7 +20,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
20 | 20 | ||
21 | this.payments = { | 21 | this.payments = { |
22 | alipay: 123, // 支付宝 | 22 | alipay: 123, // 支付宝 |
23 | - wechat: 21, // 微信支付 | 23 | + wechat: 126, // 微信支付 |
24 | alibank: 12, // 支付宝支联 | 24 | alibank: 12, // 支付宝支联 |
25 | unionpay: 55, // 银联支付 | 25 | unionpay: 55, // 银联支付 |
26 | chinabank: 4, // 网银在线 | 26 | chinabank: 4, // 网银在线 |
-
Please register or login to post a comment