Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NetRainMVVMProject
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
邹志胜
NetRainMVVMProject
Commits
6742b09f
Commit
6742b09f
authored
Sep 24, 2020
by
“Icebear”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复接口问题
parent
c8cde4a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
NRBaseRequest.m
NetrainFrame/NetrainFrame/Base/BaseRequest/NRBaseRequest.m
+1
-1
NRServerTimeRequest.m
.../NetrainFrame/Modules/Login/Service/NRServerTimeRequest.m
+1
-1
No files found.
NetrainFrame/NetrainFrame/Base/BaseRequest/NRBaseRequest.m
View file @
6742b09f
...
...
@@ -55,7 +55,7 @@
}
-
(
NSDictionary
*
)
requestHeaderFieldValueDictionary
{
NSDictionary
*
headers
=
[
NSDictionary
dictionaryWithObjectsAndKeys
:
@"application/x-www-form-urlencoded;charset=utf-8
;
"
,
@"Content-Type"
,
@"iPhone 8"
,
@"_m"
,
@"1"
,
@"_p"
,
@"1"
,
@"_o"
,
@"1"
,
@"_n"
,
@"1.0.0"
,
@"_v"
,
@"1.0"
,
@"_nv"
,
@"14.55.27.328"
,
@"startTime"
,
nil
];
NSDictionary
*
headers
=
[
NSDictionary
dictionaryWithObjectsAndKeys
:
@"application/x-www-form-urlencoded;charset=utf-8"
,
@"Content-Type"
,
@"iPhone 8"
,
@"_m"
,
@"1"
,
@"_p"
,
@"1"
,
@"_o"
,
@"1"
,
@"_n"
,
@"1.0.0"
,
@"_v"
,
@"1.0"
,
@"_nv"
,
@"14.55.27.328"
,
@"startTime"
,
nil
];
return
headers
;
}
...
...
NetrainFrame/NetrainFrame/Modules/Login/Service/NRServerTimeRequest.m
View file @
6742b09f
...
...
@@ -10,7 +10,7 @@
@implementation
NRServerTimeRequest
-
(
NSString
*
)
requestUrl
{
return
@"
/
time.jsp"
;
return
@"time.jsp"
;
}
@end
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