Skip to content

Commit 411cade

Browse files
YunaiVgitee-org
authored andcommitted
!489 bugfix:解决公众号粉丝同步api配置错误
Merge pull request !489 from VT1996/master
2 parents 4aa3330 + 1e3cdf4 commit 411cade

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)