Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMAILab
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
GMAILab
Commits
265f9062
Commit
265f9062
authored
May 20, 2020
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
d654652d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Podfile.lock
Example/Podfile.lock
+1
-1
GMALBaseRequest.h
GMAILab/Classes/AddClass/GMALNetworking/GMALBaseRequest.h
+3
-2
GMToFaceNetworking.m
GMAILab/Classes/AddClass/GMALNetworking/GMToFaceNetworking.m
+1
-0
No files found.
Example/Podfile.lock
View file @
265f9062
...
...
@@ -311,6 +311,6 @@ SPEC CHECKSUMS:
Weibo_SDK: 5a4d08f7e1fedbb635435e4585c8c0439c7da089
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
PODFILE CHECKSUM:
34e8c00df2f8a00e7c18c53513a536f05c1f7374
PODFILE CHECKSUM:
f6246f874e1c9561c47b232c031f3a745819897e
COCOAPODS: 1.9.1
GMAILab/Classes/AddClass/GMALNetworking/GMALBaseRequest.h
View file @
265f9062
...
...
@@ -8,7 +8,8 @@
#import <Foundation/Foundation.h>
#import "GMALNetworkMacros.h"
@import
GMBase
;
//#import <GMBase/GMObject.h>
//@import GMBase;
typedef
NS_ENUM
(
NSInteger
,
GMRequestMethod
)
{
GMRequestMethodGET
=
0
,
GMRequestMethodPOST
=
1
,
...
...
@@ -20,7 +21,7 @@ typedef NS_ENUM(NSInteger, GMRequestMethod) {
NS_ASSUME_NONNULL_BEGIN
@interface
GMRequestObject
:
GM
Object
@interface
GMRequestObject
:
NS
Object
@property
(
nonatomic
,
copy
)
NSString
*
offset
;
@property
(
nonatomic
,
assign
)
NSInteger
page
;
...
...
GMAILab/Classes/AddClass/GMALNetworking/GMToFaceNetworking.m
View file @
265f9062
...
...
@@ -8,6 +8,7 @@
#import "GMToFaceNetworking.h"
#import "RequestHeader.h"
#import <GMKit/GMSafeValue.h>
@implementation
GMToFaceNetworking
...
...
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