flutter_module/lib/utils/user_util.dart
@@ -35,14 +35,7 @@ return prefs.setBool("agree_protocol", true); } ///微信登录 static void loginWX() async { fluwx .sendWeChatAuth(scope: "snsapi_userinfo", state: "wechat_sdk_demo_test") .then((value) { print("微信授权登录回调:$value"); }); } ///QQ登录 static Future<Map> loginQQ() async {