he2802 2 년 전
부모
커밋
371e447dba

+ 3 - 0
zhongzheng-admin-saas/src/main/resources/application-dev.yml

@@ -172,3 +172,6 @@ officialPush:
     periodPath: http://jypt-dev.gdcic.net/organjxjy/XueshiShenqing
     infoAccount: peixunjigou
     token: 0ca175b9c0f726a831d895e26933246
+
+distributionOldPay:
+    host: http://gdxypx.xy.com/System/BussinessApi/AddRedPackData

+ 3 - 0
zhongzheng-admin-saas/src/main/resources/application-pre.yml

@@ -95,3 +95,6 @@ poliv:
         writetoken: 8f14a371-9d02-4ec1-922d-54d7b4f79dca
         readtoken: f2c397b4-e2a3-46dc-9266-e6a43ac26a35
         secretkey: xpPrYdcbA1
+
+distributionOldPay:
+    host: http://test.jqbao.net/System/BussinessApi/AddRedPackData

+ 2 - 0
zhongzheng-admin-saas/src/main/resources/application-prod.yml

@@ -108,3 +108,5 @@ poliv:
         readtoken: f2c397b4-e2a3-46dc-9266-e6a43ac26a35
         secretkey: xpPrYdcbA1
 
+distributionOldPay:
+    host: https://www.xyyxt.net/System/BussinessApi/AddRedPackData

+ 3 - 0
zhongzheng-api/src/main/resources/application-dev.yml

@@ -176,3 +176,6 @@ officialPush:
     periodPath: https://jypt-dev.gdcic.net/organjxjy/XueshiShenqing
     infoAccount: peixunjigou
     token: 0ca175b9c0f726a831d895e26933246
+
+distributionOldPay:
+    host: http://gdxypx.xy.com/System/BussinessApi/AddRedPackData

+ 3 - 0
zhongzheng-api/src/main/resources/application-pre.yml

@@ -147,3 +147,6 @@ officialPush:
     periodPath: https://jypt-dev.gdcic.net/organjxjy/XueshiShenqing
     infoAccount: peixunjigou
     token: 0ca175b9c0f726a831d895e26933246
+
+distributionOldPay:
+    host: http://test.jqbao.net/System/BussinessApi/AddRedPackData

+ 3 - 0
zhongzheng-api/src/main/resources/application-prod.yml

@@ -159,3 +159,6 @@ officialPush:
     periodPath: https://jypt.gdcic.net/organjxjy/XueshiShenqing
     infoAccount: GDSXY
     token: 01b5d9833987efdff54483cdc9720da6
+
+distributionOldPay:
+    host: https://www.xyyxt.net/System/BussinessApi/AddRedPackData

+ 1 - 1
zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/DistributionSellerServiceImpl.java

@@ -229,7 +229,7 @@ public class DistributionSellerServiceImpl extends ServiceImpl<DistributionSelle
         }
         if (!SecurityUtils.matchesPassword(password,sysUser.getPassword()))
         {
-            throw new BaseException("登录信息错误");
+            throw new BaseException("");
         }
         if(Validator.isEmpty(sysUser.getSellerId())){
             throw new CustomException("非业务员无法登录");