Skip to content

Commit 57b20f1

Browse files
YunaiVgitee-org
authored andcommitted
!336 同步公众号粉丝接口调用错误
Merge pull request !336 from Evol郑天/N/A
2 parents 038f3d6 + 633965b commit 57b20f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/mp/user/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export const getUserPage = (query) => {
2626
// 同步公众号粉丝
2727
export const syncUser = (accountId) => {
2828
return request.post({
29-
url: '/mp/tag/sync?accountId=' + accountId
29+
url: '/mp/user/sync?accountId=' + accountId
3030
})
3131
}

0 commit comments

Comments
 (0)