Documentation ¶
Index ¶
Constants ¶
View Source
const SUCCESS = 0
Variables ¶
This section is empty.
Functions ¶
func ReadRequestBody ¶
ReadRequestBody 读取请求数据
func RestfullResponse ¶
RestfullResponse 返回restful风格
Types ¶
type ResponseMessage ¶
type ResponseMessage struct { Code int `json:"code"` Message string `json:"message"` Data interface{} `json:"data"` }
ResponseMessage 返回信息
Click to show internal directories.
Click to hide internal directories.