From 9d4031ff98ab50dfca79267e47ce712ba90f78b0 Mon Sep 17 00:00:00 2001 From: ck <851316342@qq.com> Date: Thu, 13 Aug 2020 16:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=A5=96=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/application-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 88418e7..f841596 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -46,8 +46,8 @@ server: port: 8082 award: - rule: 30 - amount: 100 + rule: 5000 + amount: 10 wechat: aesKey: r4cbRuIfbbnTIgJoQE33vJACJuoioZ5pRAhumITsP8O diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 5b787be..c68cc7e 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -46,8 +46,8 @@ server: port: 8082 award: - rule: 10 - amount: 100 + rule: 5000 + amount: 10 wechat: aesKey: r4cbRuIfbbnTIgJoQE33vJACJuoioZ5pRAhumITsP8O