Toggle navigation
Toggle navigation
This project
Loading...
Sign in
easygame_sdk
/
easygame_sdk_android
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
lizhihui
2016-09-09 15:44:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b1383e2fb00b026ba5bdaca8374d5241cb8a27f
6b1383e2
1 parent
02c74cc4
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
6b1383e
...
...
@@ -177,7 +177,7 @@
通过调用静态方法
```
java
LoginProActivity
.
login
(
requestCode
,
callback
,
context
)
LoginProActivity
.
login
(
requestCode
,
callback
,
context
)
;
```
进行登录。登录成功后,帐户信息封装为USER添加到intent,通过接口回传。
...
...
Please
register
or
login
to post a comment