提交 614e3efd authored 作者: JarvanMo's avatar JarvanMo

update demo

上级 7c77fe51
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include "GeneratedPluginRegistrant.h" #include "GeneratedPluginRegistrant.h"
@implementation AppDelegate @implementation AppDelegate
- (BOOL)application:(UIApplication *)application - (BOOL)application:(UIApplication *)application
......
...@@ -28,9 +28,7 @@ ...@@ -28,9 +28,7 @@
<key>CFBundleURLName</key> <key>CFBundleURLName</key>
<string>weixin</string> <string>weixin</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array/>
<string>wxd5e28ea7718fd8a2</string>
</array>
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -23,7 +23,7 @@ class _MyAppState extends State<MyApp> { ...@@ -23,7 +23,7 @@ class _MyAppState extends State<MyApp> {
@override @override
void initState() { void initState() {
super.initState(); super.initState();
Fluwx.register(appId:"wxd5e28ea7718fd8a2",doOnAndroid: true,doOnIOS: true,enableMTA: false); Fluwx.register(appId:"wxd930ea5d5a258f4f",doOnAndroid: true,doOnIOS: true,enableMTA: false);
} }
// Platform messages are asynchronous, so we initialize in an async method. // Platform messages are asynchronous, so we initialize in an async method.
......
...@@ -19,6 +19,8 @@ class _SendAuthPageState extends State<SendAuthPage> { ...@@ -19,6 +19,8 @@ class _SendAuthPageState extends State<SendAuthPage> {
_result = data.toString(); _result = data.toString();
}); });
}); });
} }
@override @override
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论