From 8e7cccc5374c6b706f3c9a97bd2bca3e9ebb48f8 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 4 Apr 2026 08:29:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E4=BB=98=E9=80=89=E9=A1=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 33 ++++++++----------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index 0285fac..2870902 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -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: