Browse Source

20240704 邀请会员

lwhhszx 1 year ago
parent
commit
3f306e1239

+ 1 - 1
pom.xml

@@ -321,7 +321,7 @@
     </dependencies>
 
     <build>
-        <finalName>ECS_TESTEN</finalName>
+        <finalName>ECS_PROD</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
src/main/java/com/example/xiaoshiweixinback/service/weixinpay/WeixinPayService.java

@@ -118,7 +118,7 @@ public class WeixinPayService {
         amount.setTotal(price);
         jsApiDTO.setAmount(amount);
         JsApiDTO.Payer payer = new JsApiDTO.Payer();
-        jsApiDTO.setNotify_url("https://xsip.cn/test/xiaoshi-weixinback/weixinpay/success");
+        jsApiDTO.setNotify_url("https://xsip.cn/xiaoshi-weixinback/weixinpay/success");
         PersonnelVO personnelVO = cacheUtil.getLoginUser(LoginUtils.getToken());
         payer.setOpenid(personnelVO.getOpenId());
         jsApiDTO.setPayer(payer);

+ 1 - 1
src/main/resources/application-prodNetIn.yml

@@ -51,7 +51,7 @@ spring:
             threadsInheritContextClassLoaderOfInitializingThread: true
           dataSource:
             default:
-              URL: jdbc:mysql://172.27.247.174:3306:3306/pas-prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
+              URL: jdbc:mysql://172.27.247.174:3306/ecs?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
               user: root
               password: TU5x6IeBi7rl
               driver: com.mysql.jdbc.Driver