Showing
1 changed file
with
2 additions
and
1 deletions
@@ -5,8 +5,9 @@ package com.xkl; | @@ -5,8 +5,9 @@ package com.xkl; | ||
5 | */ | 5 | */ |
6 | public interface Constants { | 6 | public interface Constants { |
7 | 7 | ||
8 | - String URL_PREFIX = "http://127.0.0.1:8090"; | 8 | + //String URL_PREFIX = "http://127.0.0.1:8090"; |
9 | //String URL_PREFIX = "https://139.129.166.85:8090"; | 9 | //String URL_PREFIX = "https://139.129.166.85:8090"; |
10 | + String URL_PREFIX = "http://139.129.166.85:8090"; | ||
10 | 11 | ||
11 | String KEY = "weixin"; | 12 | String KEY = "weixin"; |
12 | } | 13 | } |
-
Please register or login to post a comment