提交 82357157 作者: 刘添

更新 AndroidSDK对接说明文档.md

上级 7e4dba4d
## GameSDKV1.0文档接入使用 ## GameSDKV1.0文档接入使用
...@@ -219,24 +219,24 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener) ...@@ -219,24 +219,24 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
#### 下单支付字段说明 #### 下单支付字段说明
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | | 名称 | 类型 | 是否必须 | 说明 |
|:--------------|-------:|-----:|-----------------:|---------------:| |:--------------|-------:|-----:|-----------------:|
| cp_order_id | string | 非必须 | CP订单ID | | | cp_order_id | string | 非必须 | CP订单ID |
| amount | number | 非必须 | | 商品总价(单位:分 | | amount | number | 非必须 | 商品总价(单位:分 |
| product_price | number | 非必须 | 商品价格(整数,后台自动换算分) | | | product_price | number | 非必须 | 商品价格(整数,后台自动换算分) |
| product_id | String | 非必须 | 商品ID | | | product_id | String | 非必须 | 商品ID |
| product_cnt | number | 非必须 | 商品数量 | | | product_cnt | number | 非必须 | 商品数量 |
| product_name | string | 非必须 | | 商品名称 | | product_name | string | 非必须 | 商品名称 |
| product_desc | string | 非必须 | 商品描述 | | | product_desc | string | 非必须 | 商品描述 |
| ext | string | 非必须 | | 订 单额外信息用(json) | | ext | string | 非必须 | 订 单额外信息用(json)|
| event | string | 非必须 | 事件 | | | event | string | 非必须 | 事件|
| server_id | string | 非必须 | | 区服id | | server_id | string | 非必须 | 区服id |
| server_name | string | 非必须 | 区服名称 | | | server_name | string | 非必须 | 区服名称|
| cp_role_id | string | 非必须 | cp角色id | | | cp_role_id | string | 非必须 | cp角色id |
| role_name | string | 非必须 | 角色名称 | | | role_name | string | 非必须 | 角色名称 |
| role_level | string | 非必须 | 角色等级 | | | role_level | string | 非必须 | 角色等级 |
| role_vip | string | 非必须 | 角色vip等级 | | | role_vip | string | 非必须 | 角色vip等级 |
| role_id | string | 非必须 | 角色ID | | | role_id | string | 非必须 | 角色ID |
### 8、支付回调通知<a name="sec8"></a> ### 8、支付回调通知<a name="sec8"></a>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论