Add test code for uspih
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -5,8 +5,8 @@ package com.xkl; | @@ -5,8 +5,8 @@ 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"; | ||
9 | -// String URL_PREFIX = "http://139.129.166.85:8090"; | 8 | +// String URL_PREFIX = "http://127.0.0.1:8090"; |
9 | + String URL_PREFIX = "http://139.129.166.85:8090"; | ||
10 | 10 | ||
11 | String KEY = "weixin"; | 11 | String KEY = "weixin"; |
12 | } | 12 | } |
-
Please register or login to post a comment