From 30e5944906ab6cca7dd5a8111bc749a177ead5f9 Mon Sep 17 00:00:00 2001 From: wangpengfei <1928057482@qq.com> Date: Wed, 20 Dec 2023 16:22:40 +0800 Subject: [PATCH] yml --- src/main/resources/application-devv.yml | 6 +++++- src/main/resources/application-pro.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-devv.yml b/src/main/resources/application-devv.yml index b06eb24..91dcfd6 100644 --- a/src/main/resources/application-devv.yml +++ b/src/main/resources/application-devv.yml @@ -36,4 +36,8 @@ image: weixin: miniprogram: appid: wx97c0a62c6d65207f - secret: e4572da4407573213377cd00e422397d \ No newline at end of file + secret: e4572da4407573213377cd00e422397d + qrcode: + giftCard: https://lpk.yyundong.com/lpkapi?code= + empCard: https://lpk.yyundong.com/lpkapi?qy= + empCardGift: https://lpk.yyundong.com/lpkapi?code= \ No newline at end of file diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index f784a80..a1edcbe 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -31,4 +31,8 @@ import: weixin: miniprogram: appid: wx4724e3a3c27f36b5 - secret: 971fd3b8aa7b08ce3e8a5f3e502b1a8d \ No newline at end of file + secret: 971fd3b8aa7b08ce3e8a5f3e502b1a8d + qrcode: + giftCard: https://supervise.yxtsoft.com/lpkapi?code= + empCard: https://supervise.yxtsoft.com/lpkapi?qy= + empCardGift: https://supervise.yxtsoft.com/lpkapi?code= \ No newline at end of file