Showing
1 changed file
with
2 additions
and
2 deletions
@@ -35,12 +35,12 @@ | @@ -35,12 +35,12 @@ | ||
35 | 35 | ||
36 | #ifdef DEBUGTEST | 36 | #ifdef DEBUGTEST |
37 | 37 | ||
38 | -#define API_BASE_URL_STRING @"http://newboys.test.yoho.cn/yohoboyins/v4"//正式环境 | 38 | +#define API_BASE_URL_STRING @"http://newboys.test.yoho.cn/yohoboyins/v4/"//正式环境 |
39 | #define API_h5ezine_URL_STRING @"http://h5api.myoho.net/index.php" | 39 | #define API_h5ezine_URL_STRING @"http://h5api.myoho.net/index.php" |
40 | 40 | ||
41 | #else | 41 | #else |
42 | 42 | ||
43 | -#define API_BASE_URL_STRING @"http://new.yohoboys.com/yohoboyins/v4"//正式环境 | 43 | +#define API_BASE_URL_STRING @"http://new.yohoboys.com/yohoboyins/v4/"//正式环境 |
44 | #define API_h5ezine_URL_STRING @"http://h5api.myoho.net/index.php" | 44 | #define API_h5ezine_URL_STRING @"http://h5api.myoho.net/index.php" |
45 | 45 | ||
46 | #endif | 46 | #endif |
-
Please register or login to post a comment