摘要: package main import ( "fmt" "net/http" "github.com/gin-gonic/gin") type user struct { Name string `json:"name" binding:"required"` Email string `json: 阅读全文
posted @ 2024-01-21 09:15 技术颜良 阅读(367) 评论(0) 推荐(0)