Commit 7aeb33662fe2344748a359991d32847b76bea7a5
1 parent
9db6d7eb02
Exists in
master
update document
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
IntegrationGuide.md
... | ... | @@ -170,7 +170,7 @@ InitializeCallback为初始化回调接口,此接口只有一个回调方法init |
170 | 170 | payInfo.putString("roleId", "10010"); |
171 | 171 | payInfo.putString("sessionKey","sessionkey"); |
172 | 172 | GumpSDK.pay(MainActivity.this, payInfo,PurchaseCallback); |
173 | -调用pay方法时,必须穿入一个bundle对象,包含如上字段,除nick和roleId外所有字段必须全部包含,其中sessionKey为登录时返回的sessionKey | |
173 | +调用pay方法时,必须穿入一个bundle对象,包含如上字段,除nick外所有字段必须全部包含,其中sessionKey为登录时返回的sessionKey | |
174 | 174 | |
175 | 175 | |
176 | 176 | 2)IAP支付 |