Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OffcnIMSDKiOS
Overview
Overview
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
opensource
OffcnIMSDKiOS
Commits
77d1281e
Commit
77d1281e
authored
Sep 10, 2020
by
zhangyunjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加deviceid
parent
57f6ea9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
OffcnIMSocketManager.m
OffcnIMSDKiOS/ExposedInterface-(外放接口)/OffcnIMSocketManager.m
+2
-1
No files found.
OffcnIMSDKiOS/ExposedInterface-(外放接口)/OffcnIMSocketManager.m
View file @
77d1281e
//
//
...
...
@@ -69,6 +69,7 @@ static OffcnIMSocketManager *socketManager;
[
dic
setObjectOnSafe
:
account_id
forKey
:
@"account_id"
];
[
dic
setObjectOnSafe
:
@"offcn_live"
forKey
:
@"app_id"
];
[
dic
setObjectOnSafe
:
@"ios"
forKey
:
@"device_type"
];
[
dic
setObjectOnSafe
:
KUUIDString
forKey
:
@"deviceid"
];
[
dic
setObjectOnSafe
:
token
forKey
:
@"token"
];
NSString
*
session_id
=
[
NSString
stringWithFormat
:
@"%@%@"
,
KUUIDString
,[
SDGeneralTool
getNowSSSTimeTimestamp
]];
...
...
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