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
Feb 10, 2020
by
李震
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
驼峰命名
parent
01159b28
Hide 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
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