更新在线客服

This commit is contained in:
wyf
2025-07-21 17:17:06 +08:00
parent 210617c6ff
commit a005fb7714
9 changed files with 177 additions and 98 deletions

View File

@@ -140,10 +140,13 @@ Future<void> initWX() async {
Fluwx fluwx = Fluwx();
fluwx.registerApi(
//请填写自己的微信appid
appId: "wxeb2688220799e2c5",
// appId: "wxeb2688220799e2c5",//太和
appId: "wx929c548fea6af9c7",//眠花糖
doOnAndroid: true,
doOnIOS: true,
universalLink: "https://app.he-info.com/theh/");
// universalLink: "https://app.he-info.com/theh/",
universalLink: "https://zhmht.swes.com.cn/app/",
);
}
Timer? _messageTimer;