From 3dd77daecb9ee7492cfb60fde72b01e062f85c98 Mon Sep 17 00:00:00 2001 From: liupopo Date: Wed, 20 Dec 2023 13:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8Fappid=E6=94=BE?= =?UTF-8?q?=E5=88=B0=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yxt/yyth/biz/lpkcustomer/LpkCustomerService.java | 12 +++++++++--- src/main/resources/application-devv.yml | 4 ++++ src/main/resources/application-pro.yml | 7 ++++++- src/main/resources/application-test.yml | 5 +++++ 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/yxt/yyth/biz/lpkcustomer/LpkCustomerService.java b/src/main/java/com/yxt/yyth/biz/lpkcustomer/LpkCustomerService.java index d9fde7d..f779cf2 100644 --- a/src/main/java/com/yxt/yyth/biz/lpkcustomer/LpkCustomerService.java +++ b/src/main/java/com/yxt/yyth/biz/lpkcustomer/LpkCustomerService.java @@ -17,6 +17,7 @@ import com.yxt.yyth.api.lpkcustomer.LpkCustomerQuery; import com.yxt.yyth.api.lpkcustomer.LpkCustomerVo; import com.yxt.yyth.api.lpkcustomer.WxBindMobileDto; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.beans.factory.annotation.Value; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Service; import org.springframework.web.client.RestTemplate; @@ -33,13 +34,18 @@ public class LpkCustomerService extends MybatisBaseService