PingPlusPlus / pingpp-android

413 stars 190 forks source link

Rejecting re-init on previously-failed class java.lang.Class<com.pingplusplus.android.b> #21

Closed beiliubei closed 8 years ago

beiliubei commented 8 years ago

支付宝支付,跳转后,页面是个透明的页面,点击返回 ,toast 出来cancel,但是没有看到支付的页面

samurai00 commented 8 years ago

麻烦贴一下完整的报错信息,还有你的 manifest 配置和调用代码。

beiliubei commented 8 years ago

image

image

beiliubei commented 8 years ago

执行完之后,一个透明蒙版,应该是 PaymentActivity的页面, 点击返回后,弹出toast 显示 cancel

samurai00 commented 8 years ago

不手动点击返回的话,一直在空白页面是吗? 你打开 Debug 模式,看看有哪些 log 信息。PingppLog.DEBUG = true;

beiliubei commented 8 years ago

image

api返回的charge信息中没有credential信息 是什么原因?

samurai00 commented 8 years ago

你这个是在客户端打印出来的吗?服务端应该是自己做了 json 解析吧,不要自己做,服务端直接把 Charge 对象当字符串使用。或者如果是 Java 的,用 chargeObject.toString()

自动转换出来的,首字母不会大写的,那才是对的。