!336 同步公众号粉丝接口调用错误

Merge pull request !336 from Evol郑天/N/A
This commit is contained in:
芋道源码 2023-11-27 12:35:25 +00:00 committed by Gitee
commit 57b20f1810
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -26,6 +26,6 @@ export const getUserPage = (query) => {
// 同步公众号粉丝
export const syncUser = (accountId) => {
return request.post({
url: '/mp/tag/sync?accountId=' + accountId
url: '/mp/user/sync?accountId=' + accountId
})
}