Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MsgOk ajax输出错误码,成功 MsgOk = 0 // MsgOk ajax输出错误码,成功 MsgRedirect = 302 // MsgErr 错误 MsgErr = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONNewResult ¶
type JSONResult ¶
type JSONResult struct {
Code int `json:"code"`
Message string `json:"msg"`
Data interface{} `json:"data"`
}
JSONResult json
type JSONResultRaw ¶
type JSONResultRaw struct {
Code int `json:"code"`
Message string `json:"msg"`
Data json.RawMessage `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.