| | |
| | | #import "AFHTTPSessionManager.h" |
| | | |
| | | //所有接口的域名 |
| | | #define iconImageUrl @"http://video.yeshitv.com:8089/BuWan" //头像的请求地址,外网 |
| | | #define iconImageUrl @"http://bwapp.flqapp.com:8089/BuWan" //头像的请求地址,外网 |
| | | //#define iconImageUrl @"http://192.168.1.66:8888/BuWan" //头像的请求地址,外网 |
| | | |
| | | #define domainHTTP @"http://video.yeshitv.com:8089/BuWan/api/v2" //2016-6-23新外网接口 |
| | | #define domainHTTP @"http://bwapp.flqapp.com:8089/BuWan/api/v2" //2016-6-23新外网接口 |
| | | |
| | | //#define domainHTTP @"http://192.168.1.66:8888/BuWan/api/v2" //2016-6-23新外网接口 |
| | | |
| | | //#define domainHTTP @"https://ios.yeshitv.com:8443/BuWan/api/v2" //2017-1-03新https接口 |
| | | |
| | | //#define domainHTTP @"http://114.215.140.3:8088/BuWan/api/v2"//外网测试新端口2016-9-8 |
| | | |
| | | //#define domainHTTP @"http://192.168.1.122:8080/BuWan/api/v2" //内网 |
| | | //#define domainHTTP @"http://192.168.1.66:8080/BuWan/api/v2" //内网 |
| | | |
| | | //#define domainHTTP @"http://192.168.1.200:8088/BuWan/api/v2" //陈鑫 |
| | | |