qixiaoning
2025-07-22 550492cb85ea7e01831939f2866259193378f2f7
1
2
3
4
5
6
7
8
9
 
package response
 
type (
    ResponseHead struct {
        Status   int                      `json:"code"`
        Msg      string                   `json:"msg"`
    }
)