package controllers

import (

)

//用户
type WxUserController struct {
	BaseAuthController
}