|
|
@@ -189,12 +189,13 @@
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- NSDictionary *parameter = @{@"rule_id": _pagingId ? _pagingId : ksEmptyString,
|
|
|
- @"paging_type": _pagingType ? _pagingType : ksEmptyString};
|
|
|
+// NSDictionary *parameter = @{@"rule_id": _pagingId ? _pagingId : ksEmptyString,
|
|
|
+// @"paging_type": _pagingType ? _pagingType : ksEmptyString};
|
|
|
|
|
|
- NSString *path = [NSString stringWithFormat:API_GET_RULE];
|
|
|
+// NSString *path = [NSString stringWithFormat:API_GET_RULE];
|
|
|
+ NSString *path = [[JDFacade facade] getUrlWithCustAndGroupID:API_GET_RULE aditional:@""];
|
|
|
|
|
|
- [[RequestHandler handler] sendAsyncGetRequestAPIPath:path parameters:parameter modelClass:[RuleListModel class] completion:^(id responseObject) {
|
|
|
+ [[RequestHandler handler] sendAsyncGetRequestAPIPath:path parameters:nil modelClass:[RuleListModel class] completion:^(id responseObject) {
|
|
|
if (!responseObject) {//응답결과가 잘못되었거나 없을 경우,
|
|
|
return;
|
|
|
}
|