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

调整

上级 5451e597
...@@ -17,6 +17,10 @@ class _ShareImagePageState extends State<ShareImagePage> { ...@@ -17,6 +17,10 @@ class _ShareImagePageState extends State<ShareImagePage> {
void initState() { void initState() {
super.initState(); super.initState();
fluwx = new Fluwx(); fluwx = new Fluwx();
fluwx.sendAuth(WeChatSendAuthModel(
scope: "snsapi_userinfo",
state:"wechat_sdk_demo_test",
));
} }
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论