fix: 公众号粉丝同步api配置错误
parent
fff07a0cbb
commit
f9b7c2e41e
|
@ -17,5 +17,5 @@ export function getUserPage(params) {
|
||||||
|
|
||||||
// 同步公众号粉丝
|
// 同步公众号粉丝
|
||||||
export function syncUser(accountId) {
|
export function syncUser(accountId) {
|
||||||
return defHttp.post({ url: '/mp/tag/sync?accountId=' + accountId })
|
return defHttp.post({ url: '/mp/user/sync?accountId=' + accountId })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue