package test import ( "github.com/gin-gonic/gin" "net/http" ) func Testjwt(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"code": 20002, "msg": "处理请求成功"}) }