Commit 40cac132 authored by 艾娇平's avatar 艾娇平

加上通用参数

parent fe450d0e
......@@ -57,7 +57,7 @@
_beforeAction();
}
NSString *fullUrlString = [NSString stringWithFormat:@"%@%@", self.apiHost, URLString];
NSString *fullUrlString = [NSString stringWithFormat:@"%@%@%@", self.apiHost, URLString, self.urlCommonParameters];
if (method == HttpMethodGet) {
[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