Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_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
2017-12-05 03:46:15 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
146fc27eb252a5a6972dccf72d6218db3862200a
146fc27e
1 parent
2633f587
Update 公共SDK客户端接入文档.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
publicAndroidSDK/doc/公共SDK客户端接入文档.md
publicAndroidSDK/doc/公共SDK客户端接入文档.md
View file @
146fc27
...
...
@@ -296,12 +296,12 @@ public static void pay(final PoolPayInfo poolPayInfo,final PoolPayListener poolP
| amount | 金额(单位元,必须大于 0,请用整数) |
| productId | 商品 ID(请用整数,如果没有可以传固定值) |
| productName | 商品描述 |
| roleid | 角色 id |
| rolelevel | 角色等级 |
| roleid | 角色 id
(请用整数,部分渠道需要int类型)
|
| rolelevel | 角色等级
(请用整数,部分渠道需要int类型)
|
| roleName | 角色名称 |
| serverId | 服务器 id |
| serverId | 服务器 id
(请用整数,部分渠道需要int类型)
|
| serverName | 服务器名称 |
| exchange | 游戏币与人民币(元)的兑换比例 |
| exchange | 游戏币与人民币(元)的兑换比例
(请用整数)
|
| custom | 自定义透传参数,通过回调函数原样返回 |
...
...
Please
register
or
login
to post a comment