提交 ac9b552e authored 作者: JarvanMo's avatar JarvanMo

update RESPONSE doc

上级 5addab4e
...@@ -37,6 +37,8 @@ override the following function in`AppDelegate.m`: ...@@ -37,6 +37,8 @@ override the following function in`AppDelegate.m`:
} }
``` ```
> NOTE:Don't forget to add URL Schema in order to go back to your app.
### Flutter ### Flutter
We can get the reponse from WeChat after sharing and etc: We can get the reponse from WeChat after sharing and etc:
```dart ```dart
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
return [WXApi handleOpenURL:url delegate:[FluwxResponseHandler responseHandler]]; return [WXApi handleOpenURL:url delegate:[FluwxResponseHandler responseHandler]];
} }
``` ```
> 注意:为了能够返回你的app,请不要忘记添加URL Schema。
### Flutter ### Flutter
```dart ```dart
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论