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

Merge pull request !489 from VT1996/master
This commit is contained in:
芋道源码 2023-05-28 15:53:48 +00:00 committed by Gitee
commit 5ffed46288
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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'
}) })
} }