qixiaoning
昨天 03880bf61cf059f063e252ef17dfea50c932c9dc
1
2
3
4
5
6
7
8
9
 
package response
 
type (
    ResponseHead struct {
        Status   int                      `json:"code"`
        Msg      string                   `json:"msg"`
    }
)