摘要: const ( MsgSuccess = "success" MsgFailed = "failed" Null = "" ) type Response struct { Code int `json:"code"` Msg string `json:"msg"` Data any `json:" 阅读全文
posted @ 2025-04-11 00:05 Ashe|||^_^ 阅读(24) 评论(0) 推荐(0)