Skip to content

Commit 633965b

Browse files
jpevolgitee-org
authored andcommitted
同步公众号粉丝接口调用错误
Signed-off-by: Evol郑天 <[email protected]>
1 parent 8aa17b6 commit 633965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/mp/user/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export const getUserPage = (query) => {
2626
// 同步公众号粉丝
2727
export const syncUser = (accountId) => {
2828
return request.post({
29-
url: '/mp/tag/sync?accountId=' + accountId
29+
url: '/mp/user/sync?accountId=' + accountId
3030
})
3131
}

0 commit comments

Comments
 (0)