【stat服务】
1、查询用户角色注册分页
This commit is contained in:
		
							parent
							
								
									eea0eb790e
								
							
						
					
					
						commit
						a274190b01
					
				@ -72,7 +72,7 @@ type UserRoleReg struct {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
type UserRoleRegPage struct {
 | 
					type UserRoleRegPage struct {
 | 
				
			||||||
	Page       int           `json:"page"`
 | 
						Page       int           `json:"page"`
 | 
				
			||||||
	TotalCount int           `json:"page_count"`
 | 
						TotalCount int           `json:"total_count"`
 | 
				
			||||||
	PageSize   int           `json:"page_size"`
 | 
						PageSize   int           `json:"page_size"`
 | 
				
			||||||
	Data       []UserRoleReg `json:"data"`
 | 
						Data       []UserRoleReg `json:"data"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user