fix: 微信支付,支付选项配置文件修改。
This commit is contained in:
@@ -399,26 +399,21 @@ wx:
|
||||
# 支付选项列表配置
|
||||
pay-item:
|
||||
pay-items:
|
||||
- id: 1
|
||||
amount: 9900 # 金额,单位:分 (99元)
|
||||
- id: 10001
|
||||
amount: 1500 # 金额,单位:分
|
||||
add-month: 1 # 增加月份
|
||||
title: "一个月会员"
|
||||
description: "享受一个月全部功能"
|
||||
- id: 2
|
||||
amount: 29900 # 299元
|
||||
add-month: 3 # 3个月
|
||||
title: "三个月会员"
|
||||
description: "享受三个月全部功能"
|
||||
- id: 3
|
||||
amount: 59900 # 599元
|
||||
add-month: 6 # 6个月
|
||||
title: "半年会员"
|
||||
description: "享受半年全部功能"
|
||||
- id: 4
|
||||
amount: 99900 # 999元
|
||||
add-month: 12 # 12个月
|
||||
title: "一年会员"
|
||||
description: "享受一年全部功能,最划算"
|
||||
title: "月卡"
|
||||
description: "增加1个月的使用时间"
|
||||
- id: 10002
|
||||
amount: 4000
|
||||
add-month: 3
|
||||
title: "季卡"
|
||||
description: "增加3个月的使用时间"
|
||||
- id: 10003
|
||||
amount: 9900
|
||||
add-month: 12
|
||||
title: "年卡"
|
||||
description: "增加12个月的使用时间"
|
||||
|
||||
# 支付回调通知配置
|
||||
pay-notify:
|
||||
|
||||
Reference in New Issue
Block a user