Unverified 提交 0d481bea authored 作者: JarvanMo's avatar JarvanMo 提交者: GitHub

Update README.md

上级 4e0797eb
......@@ -62,13 +62,13 @@ Before using`Fluwx`,you should init `FLuwx`:
```dart
import 'package:fluwx/fluwx.dart' as fluwx;
fluwx.register(appId:"wxd930ea5d5a258f4f",universalLink:"");
fluwx.register(appId:"wxd930ea5d5a258f4f",universalLink:"https://your.univeral.link.com/placeholder/");
```
Developers must provide `universalLink` if you want register WeChat via fluwx, otherwise, ignore.
> NOTE:Although we can register WXApi via Fluwx,but there's still some work you have to do on the particular platform.For example, add URLSchema or universal link for iOS.
> NOTE:Although we can register WXApi via Fluwx,but there's still some work you have to do on the particular platform.For example, add _URLSchema, LSApplicationQueriesSchemes or universal link_ for iOS.
Please read the official documents for details.
### More
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论