Browse Source

fix(lottery):修改抽奖活动地址为测试地址http://192.168.253.3:26789

wangyc 7 years ago
parent
commit
41f9c806fa

+ 1 - 1
src/main/java/com/uas/platform/b2c/common/message/service/InternalMessageService.java

@@ -25,7 +25,7 @@ public interface InternalMessageService {
      * @param status 状态
      * @return 消息数量
      */
-    Integer getCount(Long recuu, Long recEnuu, String recType, String status);
+    Integer  getCount(Long recuu, Long recEnuu, String recType, String status);
 
     /**
      * 分页获取消息 (用户)

+ 1 - 1
src/main/resources/dev/sys.properties

@@ -57,4 +57,4 @@ b2b=http://218.17.158.219/b2b_test
 b2bDomain=218.17.158.219:9000/b2b_test
 
 #lottery
-lottery=http://10.1.51.79:20000
+lottery=http://192.168.253.3:26789/

+ 1 - 1
src/main/resources/prod/sys.properties

@@ -60,4 +60,4 @@ b2bDomain=uas.ubtob.com
 b2bInner=http://10.10.100.103:8080
 
 #lottery
-lottery=http://10.1.51.79:20000
+lottery=http://192.168.253.3:26789

+ 1 - 1
src/main/resources/test/sys.properties

@@ -58,4 +58,4 @@ b2b=http://218.17.158.219/b2b_test
 b2bDomain=218.17.158.219:9000/b2b_test
 
 #lottery
-lottery=http://10.1.51.79:20000
+lottery=http://192.168.253.3:26789/