JDragonSoap AFNetworking 封装
查看次数:2494
下载次数:272
上传时间:2017-01-18
大小:692 B
基于AFNetworking 3.1 支持非校验Https请求
## 如何使用
```
[JDragonSoap shareInstance].urlHost =@"";
[JDragonSoap shareInstance].parameter = @{};
[JDragonSoap soapGetRequestWith:^(id returnValue) {
NSLog(@"Get=======%@",returnValue);
}];
[JDragonSoap soapPostRequestWith:^(id resultValue) {
NSLog(@"Post=======%@",resultValue);
}];
果大家觉得好用的话,请抖抖您的小手,给个star。 https://github.com/lyc59621/JDragonSoap
收藏