Commit e845715e17c4721e2bea0880f5e546e8f03c85c6
1 parent
e2adb8e366
Exists in
master
v1.0.4
隐藏支付方式,只显示支付宝
Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff
InlandSDKDemo/src/com/gump/inland/sdk/demo/MainActivity.java
... | ... | @@ -39,7 +39,7 @@ public class MainActivity extends Activity { |
39 | 39 | Log.d(TAG, "MainActivity onCreate"); |
40 | 40 | InlandSDK.setIsDebugEnable(false); |
41 | 41 | InlandSDK.setScreenLandscape(true); |
42 | - InlandSDK.initializeSDK("10000", "dkfjgljdlgjldjgl"); | |
42 | + InlandSDK.initializeSDK("10006", "6731f0406495c0a92ea7931f94b307b7"); | |
43 | 43 | Passport.getInstance().registerCallback(new InlandSDKCallback<GumpUser>() { |
44 | 44 | |
45 | 45 | @Override |
InlandSDKRelease/libs/InlandSDK_v1.0.3_proguard.jar
No preview for this file type
InlandSDKRelease/libs/InlandSDK_v1.0.4_proguard.jar
No preview for this file type
InlandSDKRelease/res/values/strings.xml
... | ... | @@ -24,12 +24,12 @@ |
24 | 24 | <string name="net_error">网络无法连接,请查看网络设置</string> |
25 | 25 | |
26 | 26 | <string-array name="payment_channel"> |
27 | - <item>微信支付</item> | |
28 | 27 | <item>支付宝</item> |
29 | - <item>银联支付</item> | |
28 | +<!-- <item>银联支付</item> --> | |
29 | +<!-- <item>微信支付</item> --> | |
30 | 30 | </string-array> |
31 | 31 | <string-array name="payment_channel_without_wx"> |
32 | 32 | <item>支付宝</item> |
33 | - <item>银联支付</item> | |
33 | +<!-- <item>银联支付</item> --> | |
34 | 34 | </string-array> |
35 | 35 | </resources> |
36 | 36 | \ No newline at end of file |