提交 658ac594 authored 作者: nelson1110's avatar nelson1110

update response doc

上级 2781be93
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
微信的回调也要根据平台的不同进行差异化处理。 微信的回调也要根据平台的不同进行差异化处理。
### Android ### Android
除了支付以外的回调,你需要在你的```WXEntryActivity```中添加如下代码 除了支付以外的回调,你需要在你的`WXEntryActivity`中添加如下代码,支付回调需要在`WXPayEntryActivity`中添加
```kotlin ```kotlin
override fun onResp(resp: BaseResp) { override fun onResp(resp: BaseResp) {
FluwxResponseHandler.handleResponse(resp) FluwxResponseHandler.handleResponse(resp)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论