Commit 633965b0 by Evol郑天 Committed by Gitee

同步公众号粉丝接口调用错误

Signed-off-by: Evol郑天 <jpevol@163.com>
parent 8aa17b67
......@@ -26,6 +26,6 @@ export const getUserPage = (query) => {
// 同步公众号粉丝
export const syncUser = (accountId) => {
return request.post({
url: '/mp/tag/sync?accountId=' + accountId
url: '/mp/user/sync?accountId=' + accountId
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment