Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AjaxResult ¶
type AjaxResult struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
}
ajax 响应
type HtmlResult ¶
响应 html 结果信息
Click to show internal directories.
Click to hide internal directories.