Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMShareSDK
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
gengmeiios
GMShareSDK
Commits
305b363c
Commit
305b363c
authored
5 years ago
by
李震
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
驼峰命名
parent
01159b28
master
ajp/dev
jql/appleLogin
jz/master
lwq
lwq7.37.0
lwq_7.40.1_shareSdk
lz/master
wy/daka
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
2 merge requests
!2
Lz/master
,
!1
Master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
GMShareBaseObject.m
GMShareSDK/Classes/Share/GMShareBaseObject.m
+7
-0
No files found.
GMShareSDK/Classes/Share/GMShareBaseObject.m
View file @
305b363c
...
...
@@ -9,4 +9,11 @@
@implementation
GMShareBaseObject
+
(
JSONKeyMapper
*
)
keyMapper
{
/**将类似"order_id": 104的json 解析成 @property (assign, nonatomic) int orderId;
即使修改为驼峰命名法
*/
return
[
JSONKeyMapper
mapperFromUnderscoreCaseToCamelCase
];
}
@end
This diff is collapsed.
Click to expand it.
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