Pre Merge pull request !336 from Evol郑天/N/A

pull/336/MERGE
Evol郑天 2023-11-27 12:30:28 +00:00 committed by Gitee
commit 9e7d317355
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
})
}