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

Signed-off-by: Evol郑天 <jpevol@163.com>
(cherry picked from commit 633965b07d)
pull/420/head
Evol郑天 2023-11-27 07:07:32 +00:00 committed by shizhong
parent 2a70d4717b
commit 9f33432926
1 changed files with 1 additions and 1 deletions

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