会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ashe
https://ashe-c0de.github.io/
首页
管理
2025年4月11日
Restful接口通用返回函数示例__Golang
摘要: 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)
公告