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