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

Signed-off-by: Evol郑天 <jpevol@163.com>
This commit is contained in:
Evol郑天 2023-11-27 07:07:32 +00:00 committed by Gitee
parent 8aa17b673b
commit 633965b07d
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
})
}