bugfix:解决公众号粉丝同步api配置错误

This commit is contained in:
VT1996 2023-05-28 14:56:41 +08:00
parent 3b92042d4b
commit 22c70df111

View File

@ -29,7 +29,7 @@ export function getUserPage(query) {
// 同步公众号粉丝 // 同步公众号粉丝
export function syncUser(accountId) { export function syncUser(accountId) {
return request({ return request({
url: '/mp/tag/sync?accountId=' + accountId, url: '/mp/user/sync?accountId=' + accountId,
method: 'post' method: 'post'
}) })
} }