Toggle navigation
Toggle navigation
This project
Loading...
Sign in
easygame_sdk
/
easygame_sdk_ios
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xuguohong
2016-11-04 07:28:03 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abd8e2ac5ff8865c4323e93675b1e9a1e17534fb
abd8e2ac
1 parent
9ef19ed8
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
README.md
README.md
View file @
abd8e2a
...
...
@@ -82,7 +82,7 @@ SDK提供了四种接口
[FishSDK showLoginView:self.view]
}
```
####2.2初始化相关配置(必须设置)
####
2.2初始化相关配置(必须设置)
** 2.2.1设置游戏私有参数 **
...
...
@@ -134,7 +134,7 @@ eventCode = 2 表示在applicationDidEnterBackground
[FishSDK raiseApplicationEvent:1];//重新激活时执行
}
```
####2.3获取用户资料
####
2.3获取用户资料
** 说明 **
...
...
@@ -177,14 +177,14 @@ code = 101 注册成功
```
####2.4登录验签请求
####
2.4登录验签请求
```
游戏客户端发送sign参数到游戏服务端进行验证:
签名加密方式
Sign = md5( server_key + userid + openuid + nickname + sex + logintime );
```
####2.5客服
####
2.5客服
** 2.5.1设置角色参数 **
...
...
@@ -215,7 +215,7 @@ Sign = md5( server_key + userid + openuid + nickname + sex + logintime );
view:传入一个UIview承载客服界面的View
```
####2.6退出登入
####
2.6退出登入
```
正常退出,必须设置该接口启动,达到结束SDK必要内线程的目的。
...
...
Please
register
or
login
to post a comment