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