Commit fe450d0e authored by 艾娇平's avatar 艾娇平

调整代码格式

parent 49b8b437
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
_beforeAction(); _beforeAction();
} }
NSString * fullUrlString = [NSString stringWithFormat:@"%@%@",self.apiHost,URLString]; NSString *fullUrlString = [NSString stringWithFormat:@"%@%@", self.apiHost, URLString];
if (method == HttpMethodGet) { if (method == HttpMethodGet) {
[networking GET:fullUrlString parameters:parameters success:^(NSURLSessionDataTask *task, id responseObject) { [networking GET:fullUrlString parameters:parameters success:^(NSURLSessionDataTask *task, id responseObject) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment