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