Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
5bfa7b5f
Commit
5bfa7b5f
authored
Sep 06, 2015
by
freecui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商接口的日期修改
parent
97fee39d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ICRHTTPController.m
XFFruit/Controllers/HTTPController/ICRHTTPController.m
+4
-2
No files found.
XFFruit/Controllers/HTTPController/ICRHTTPController.m
View file @
5bfa7b5f
...
...
@@ -1646,7 +1646,7 @@ acceptTypeJson:YES
page_size
:
(
NSUInteger
)
page_size
success
:
(
void
(
^
)(
id
))
succ
failure
:
(
void
(
^
)(
id
))
fail
{
// [self p_postDownloadWithICRHTTPAction:XFFHttp_GetVendor ClassName:@"Vendor" Page_number:page_number page_size:page_size success:succ failure:fail];
[
self
p_getDownloadWithICRHTTPAction
:
XFFHttp_GetVendor
ClassName
:
@"Vendor"
Page_number
:
page_number
page_size
:
page_size
success
:
succ
failure
:
fail
];
}
//仓库
...
...
@@ -1721,7 +1721,9 @@ acceptTypeJson:YES
fail
(
error
);
}
};
NSString
*
dateStr
=
[[
NSDate
date
]
httpParameterString
];
#pragma 请求参数的下载时间应该有要求????
NSString
*
dateStr
=
@"2015-05-04"
;
//[[NSDate date] httpParameterString];//urlAction
NSString
*
urlStr
=
[[[
self
class
]
UrlForPluginHTTPAction
:
urlAction
]
stringByAppendingFormat
:
@"?startDate=%@&pageNumber=%@&pageSize=%@"
,
dateStr
,
@
(
page_number
),
@
(
page_size
)];
NSString
*
encodeUrlStr
=
[
urlStr
stringByAddingPercentEscapesUsingEncoding
:
NSUTF8StringEncoding
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment