Skip to content

Commit 1e3cdf4

Browse files
committed
bugfix:解决公众号粉丝同步api配置错误
1 parent 4aa3330 commit 1e3cdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/mp/mpuser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function getUserPage(query) {
2929
// 同步公众号粉丝
3030
export function syncUser(accountId) {
3131
return request({
32-
url: '/mp/tag/sync?accountId=' + accountId,
32+
url: '/mp/user/sync?accountId=' + accountId,
3333
method: 'post'
3434
})
3535
}

0 commit comments

Comments
 (0)