私域抄盘手 - 修改微信号相关路由规则 及 统一微信号信息查询规则

This commit is contained in:
柳清爽
2025-05-14 14:17:36 +08:00
parent 2d60f23806
commit 798b0d7854
10 changed files with 152 additions and 182 deletions

View File

@@ -2,6 +2,7 @@
export interface ServerWechatAccount {
id: number;
wechatId: string;
wechatAccount: string;
nickname: string;
accountNickname: string;
avatar: string;