1 Star 0 Fork 0

mq-go/bluebell

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
request.go 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
柒染 提交于 2023-10-03 11:39 +08:00 . 帖子详情及列表分页
package controller
import (
"net/http"
"github.com/gin-gonic/gin"
)
func GetAuthJwtToken(c *gin.Context) (userId int) {
userId = c.GetInt("userID")
return
}
func RequestJson(c *gin.Context, msg interface{}) {
c.JSON(http.StatusOK, gin.H{
"msg": msg,
})
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mq-go/bluebell.git
git@gitee.com:mq-go/bluebell.git
mq-go
bluebell
bluebell
d993e0e507c7

搜索帮助