fix: 公众号粉丝同步api配置错误

pull/24/MERGE
xingyu 2023-06-20 17:04:33 +08:00
parent fff07a0cbb
commit f9b7c2e41e
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ export function getUserPage(params) {
// 同步公众号粉丝
export function syncUser(accountId) {
return defHttp.post({ url: '/mp/tag/sync?accountId=' + accountId })
return defHttp.post({ url: '/mp/user/sync?accountId=' + accountId })
}