Documentation
¶
Index ¶
Constants ¶
View Source
const ( SUCCESS_CODE = 200 //成功的状态码 FAIL_CODE = 30000 //失败的状态码 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResponseModel ¶
type ResponseModel struct { Code int `json:"code"` Message string `json:"message"` Data interface{} `json:"data"` }
ResponseModel ...
type ResponseModelBase ¶
ResponseModelBase ...
Click to show internal directories.
Click to hide internal directories.