mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	!489 bugfix:解决公众号粉丝同步api配置错误
Merge pull request !489 from VT1996/master
This commit is contained in:
		@ -29,7 +29,7 @@ export function getUserPage(query) {
 | 
			
		||||
// 同步公众号粉丝
 | 
			
		||||
export function syncUser(accountId) {
 | 
			
		||||
  return request({
 | 
			
		||||
    url: '/mp/tag/sync?accountId=' + accountId,
 | 
			
		||||
    url: '/mp/user/sync?accountId=' + accountId,
 | 
			
		||||
    method: 'post'
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user