- 最新版本
v1.0.8
pod 'BTNetwork'
- 将
BTNetwork
文件夹拖拽到项目中 - 引入头文件
#import "NSObject+BTRequest.h"
NSString *url = @"http://116.211.167.106/api/live/aggregation";
NSDictionary *param = @{@"uid":@"133825214",
@"interest":@"1",
@"count":@(20)};
self.CANCEL(url);
[self.GET(url).PARAM(param) SEND:^(BT_BaseResponse *response) {
if (response.statusCode == 200) {
NSLog(@"wancheng");
}
}];
BTNetwork
基于 MIT
证书协议