打赏
摘要: gin validator验证 package main import ( "fmt" "net/http" "github.com/gin-gonic/gin" ) type RegisterRequest struct { Username string `json:"username" bin 阅读全文
posted @ 2020-10-29 21:00 苍山落暮 阅读(826) 评论(0) 推荐(0)