Documentation ¶
Overview ¶
* @Description: * @Author: gphper * @Date: 2021-07-15 21:51:07
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶
type BaseController struct { }
func (BaseController) FormBind ¶
func (Base BaseController) FormBind(c *gin.Context, obj interface{}) error
func (BaseController) Success ¶
func (Base BaseController) Success(c *gin.Context, obj interface{})
type DefaultResponse ¶
type SuccessResponse ¶
type SuccessResponse struct { DefaultResponse Data interface{} `json:"data" swaggertype:"object"` //接口返回的业务数据 }
Click to show internal directories.
Click to hide internal directories.