commit
57b20f1810
@ -26,6 +26,6 @@ export const getUserPage = (query) => {
|
|||||||
// 同步公众号粉丝
|
// 同步公众号粉丝
|
||||||
export const syncUser = (accountId) => {
|
export const syncUser = (accountId) => {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/mp/tag/sync?accountId=' + accountId
|
url: '/mp/user/sync?accountId=' + accountId
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user