Commit 5defbc2c62ae486cd1500f35b049b2156c3d8590
1 parent
adab528950
Exists in
master
version4.2.0:update documents
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
IntegrationGuide.md
| 1 | 1 | # Gump SDK 4 for Android接入文档 |
| 2 | 2 | |
| 3 | -V4.1.5 | |
| 4 | -2017年3月17日 | |
| 3 | +V4.2.0 | |
| 4 | +2017年4月26日 | |
| 5 | 5 | |
| 6 | 6 | ## 版本概述 |
| 7 | 7 | |
| ... | ... | @@ -155,7 +155,7 @@ InitializeCallback为初始化回调接口,此接口只有一个回调方法init |
| 155 | 155 | |
| 156 | 156 | |
| 157 | 157 | #### 3.支付功能 |
| 158 | -1)使用gump通行证登录,其中除nick和roleId外所有参数为必传参数 | |
| 158 | +1)使用gump通行证登录,其中除nick外所有参数为必传参数 | |
| 159 | 159 | |
| 160 | 160 | Bundle payInfo = new Bundle(); |
| 161 | 161 | payInfo.putString("nick", "thi"); |
| ... | ... | @@ -169,7 +169,7 @@ InitializeCallback为初始化回调接口,此接口只有一个回调方法init |
| 169 | 169 | 调用pay方法时,必须穿入一个bundle对象,包含如上字段,除nick和roleId外所有字段必须全部包含,其中sessionKey为登录时返回的sessionKey |
| 170 | 170 | |
| 171 | 171 | |
| 172 | -2)IAP支付,roleId为可选参数,其他参数必传 | |
| 172 | +2)IAP支付 | |
| 173 | 173 | |
| 174 | 174 | Bundle payInfo = new Bundle(); |
| 175 | 175 | payInfo.putString("product", "gp_skuId"); |