Commit 57b20f18 by 芋道源码 Committed by Gitee

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

Merge pull request !336 from Evol郑天/N/A
parents 038f3d6a 633965b0
...@@ -26,6 +26,6 @@ export const getUserPage = (query) => { ...@@ -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
}) })
} }
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