Commit 77d1281e by zhangyunjie

添加deviceid

parent 57f6ea9d
// //
...@@ -69,6 +69,7 @@ static OffcnIMSocketManager *socketManager; ...@@ -69,6 +69,7 @@ static OffcnIMSocketManager *socketManager;
[dic setObjectOnSafe:account_id forKey:@"account_id"]; [dic setObjectOnSafe:account_id forKey:@"account_id"];
[dic setObjectOnSafe:@"offcn_live" forKey:@"app_id"]; [dic setObjectOnSafe:@"offcn_live" forKey:@"app_id"];
[dic setObjectOnSafe:@"ios" forKey:@"device_type"]; [dic setObjectOnSafe:@"ios" forKey:@"device_type"];
[dic setObjectOnSafe:KUUIDString forKey:@"deviceid"];
[dic setObjectOnSafe:token forKey:@"token"]; [dic setObjectOnSafe:token forKey:@"token"];
NSString *session_id = [NSString stringWithFormat:@"%@%@",KUUIDString,[SDGeneralTool getNowSSSTimeTimestamp]]; NSString *session_id = [NSString stringWithFormat:@"%@%@",KUUIDString,[SDGeneralTool getNowSSSTimeTimestamp]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment