get
http://app.95e.com/vm/getCategories2.aspx
post
NSString *url = @"http://api.jisuapi.com/news/get";
NSDictionary *param = @{@"channel":@"头条",@"num":@(10),@"start":@(1*10),@"appkey":@"09124acce94243b8"};
接口调试 Postman 工具
http://app.95e.com/vm/getCategories2.aspx
NSString *url = @"http://api.jisuapi.com/news/get";
NSDictionary *param = @{@"channel":@"头条",@"num":@(10),@"start":@(1*10),@"appkey":@"09124acce94243b8"};
接口调试 Postman 工具