Selaa lähdekoodia

Merge branch 'master' of http://8.138.247.150:3000/baibx/xc into old【wx9bbd7e95f2cc4ebb】

baibx 4 kuukautta sitten
vanhempi
commit
9581777be2

+ 20 - 0
.gitignore

@@ -0,0 +1,20 @@
1
+/.settings
2
+/bin
3
+*/target/*
4
+/logs
5
+*/out/
6
+
7
+# filter config files, except .gitignore
8
+*.MF
9
+!.gitignore
10
+*.iml
11
+*.exe
12
+# eclipse ignore
13
+.project
14
+.classpath
15
+# IDEA ignore
16
+.idea
17
+.class
18
+*.class
19
+*.log
20
+!application.properties

+ 3 - 3
com.sharemao.web.xw3/src/main/java/com/sharemao/web/wx/syb/SybConstants.java

@@ -15,7 +15,7 @@ public class SybConstants
15 15
     public static final String SIGN_TYPE = "RSA";
16 16
 
17 17
 
18
-    public static final String NOTFIY_PKG_URL = "http://wx.freeco.cn/mifi/sybpkgnotify.do";
19
-    public static final String NOTFIY_MEMBER_URL = "http://wx.freeco.cn/mifi/sybmembernotify.do";
20
-    public static final String NOTFIY_SPEEDPACK_URL = "http://wx.freeco.cn/mifi/sybspeedpacknotify.do";
18
+    public static final String NOTFIY_PKG_URL = "http://xcwx.jimi.link/mifi/sybpkgnotify.do";
19
+    public static final String NOTFIY_MEMBER_URL = "http://xcwx.jimi.link/mifi/sybmembernotify.do";
20
+    public static final String NOTFIY_SPEEDPACK_URL = "http://xcwx.jimi.link/mifi/sybspeedpacknotify.do";
21 21
 }