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