Commit c4864ae254f5e2ff768a29eca3c8801da0c36484
1 parent
bf192f2487
Exists in
master
v3.3.15
新增gump币支付 增加订单号参数webver,增加获取webver的js方法
Showing 3 changed files with 4 additions and 4 deletions Side-by-side Diff
GameSDKRelease/libs/GameSDK_v3.3.14_proguard.jar
No preview for this file type
GameSDKRelease/libs/GameSDK_v3.3.15_proguard.jar
No preview for this file type
GameSDKSample/src/com/gumptech/loginsdk/sample/MainActivity.java
| ... | ... | @@ -28,8 +28,8 @@ public class MainActivity extends Activity implements PurchaseCallback{ |
| 28 | 28 | |
| 29 | 29 | private Button btnLoginOrLogout; |
| 30 | 30 | |
| 31 | - private String appId = "10022"; | |
| 32 | - private String appKey = "93a27b0bd99bac3e68a440b48aa421ab"; | |
| 31 | + private String appId = "10056"; | |
| 32 | + private String appKey = "b59c21a078fde074a6750e91ed19fb21"; | |
| 33 | 33 | private String sessionKey; |
| 34 | 34 | |
| 35 | 35 | @Override |
| ... | ... | @@ -55,7 +55,7 @@ public class MainActivity extends Activity implements PurchaseCallback{ |
| 55 | 55 | public void onClick(View v) { |
| 56 | 56 | Bundle payInfo = new Bundle(); |
| 57 | 57 | payInfo.putString("nick", "thi"); |
| 58 | - payInfo.putString("product", "元宝"); | |
| 58 | + payInfo.putString("product", "test2"); | |
| 59 | 59 | payInfo.putFloat("amount", 0.1f); |
| 60 | 60 | payInfo.putString("extraInfo", "This is demo!"); |
| 61 | 61 | payInfo.putString("serverId", "100"); |
| ... | ... | @@ -70,7 +70,7 @@ public class MainActivity extends Activity implements PurchaseCallback{ |
| 70 | 70 | /** |
| 71 | 71 | * 设置是否启用facebook登录 |
| 72 | 72 | */ |
| 73 | - GumpSDK.setFBEnable(true); | |
| 73 | + GumpSDK.setFBEnable(false); | |
| 74 | 74 | /** |
| 75 | 75 | * 设置是否启用Vk登录 |
| 76 | 76 | */ |