当前位置: 首页 > news >正文

网站建设课程设计报告百度入口网站

网站建设课程设计报告,百度入口网站,杭州建设监理协会网站,上海市建设党工委网站我们上一篇已经提到了gin中binding时候可以指定json字段大小等限制,但是那个错误却是英文的,现在想搞成中文的,以便前端可读,demo如下 package mainimport ("net/http""reflect""github.com/gin-gonic/…

我们上一篇已经提到了gin中binding时候可以指定json字段大小等限制,但是那个错误却是英文的,现在想搞成中文的,以便前端可读,demo如下

package mainimport ("net/http""reflect""github.com/gin-gonic/gin""github.com/go-playground/validator/v10"
)// binding 指明了json字段的限制,msg是自定义的错误提醒
type UserInfo struct {UserName  string `json:"username" binding:"required,min=4,max=6" msg:"username验证失败"`Age       int    `json:"age" binding:"gt=18,lte=120" msg:"age验证失败"`Password  string `json:"password" binding:"required" msg:"密码校验失败"`Password2 string `json:"password2" binding:"required,eqfield=Password" msg:"必填,切要与password一致"`
}//any是泛型func CoustomError(err error, obj any) map[string]string {var errors map[string]string = make(map[string]string)if err2, ok := err.(validator.ValidationErrors); ok {// 反射getObj := reflect.TypeOf(obj)// 循环错误的验证for _, v := range err2 {if sf, exist := getObj.Elem().FieldByName(v.Field()); exist {// 获取结构体中的msg属性errors[v.Field()] = sf.Tag.Get("msg")}}return errors}return nil
}func validationcustomerror(c *gin.Context) {var user UserInfoerr := c.ShouldBindJSON(&user)if err != nil {errors := CoustomError(err, &user)c.JSON(http.StatusBadRequest, gin.H{"msg": errors})} else {c.JSON(http.StatusOK, gin.H{"msg": user})return}
}func main() {router := gin.Default()router.POST("/validationcustomerror", validationcustomerror)router.Run("localhost:8888")
}

在这里插入图片描述


文章转载自:
http://dinncopitchy.tqpr.cn
http://dinncomotorola.tqpr.cn
http://dinncociscaucasian.tqpr.cn
http://dinncopersonnel.tqpr.cn
http://dinncocessionary.tqpr.cn
http://dinncocrossbench.tqpr.cn
http://dinncopamphrey.tqpr.cn
http://dinnconadine.tqpr.cn
http://dinncolistening.tqpr.cn
http://dinncosquamule.tqpr.cn
http://dinncohyperspace.tqpr.cn
http://dinncoefficacity.tqpr.cn
http://dinncophizog.tqpr.cn
http://dinncosweetly.tqpr.cn
http://dinncounific.tqpr.cn
http://dinncointagliated.tqpr.cn
http://dinncovegetative.tqpr.cn
http://dinncoouch.tqpr.cn
http://dinncoparellel.tqpr.cn
http://dinncocorbina.tqpr.cn
http://dinncomonumental.tqpr.cn
http://dinncojoint.tqpr.cn
http://dinncodownriver.tqpr.cn
http://dinncomanshift.tqpr.cn
http://dinncologger.tqpr.cn
http://dinncotacet.tqpr.cn
http://dinncoassortive.tqpr.cn
http://dinncolectrice.tqpr.cn
http://dinncocheltonian.tqpr.cn
http://dinncothimphu.tqpr.cn
http://dinncobeachside.tqpr.cn
http://dinncomelitose.tqpr.cn
http://dinncomanage.tqpr.cn
http://dinncohaply.tqpr.cn
http://dinncothein.tqpr.cn
http://dinncopurpresture.tqpr.cn
http://dinncohooklet.tqpr.cn
http://dinncoecr.tqpr.cn
http://dinncomonkeyish.tqpr.cn
http://dinncoholdup.tqpr.cn
http://dinncoseedbed.tqpr.cn
http://dinncoliterally.tqpr.cn
http://dinncocompensatory.tqpr.cn
http://dinncoclaustrophobia.tqpr.cn
http://dinncoimmiserize.tqpr.cn
http://dinncokwh.tqpr.cn
http://dinncochiromegaly.tqpr.cn
http://dinncopreservation.tqpr.cn
http://dinncoafterburner.tqpr.cn
http://dinncogowan.tqpr.cn
http://dinncobessarabia.tqpr.cn
http://dinncogifu.tqpr.cn
http://dinncoitacolumite.tqpr.cn
http://dinncofumatory.tqpr.cn
http://dinncomythologize.tqpr.cn
http://dinncoassentor.tqpr.cn
http://dinncokonzern.tqpr.cn
http://dinncoappraiser.tqpr.cn
http://dinncobolt.tqpr.cn
http://dinncotuboplasty.tqpr.cn
http://dinncosloth.tqpr.cn
http://dinncodraught.tqpr.cn
http://dinncoinfiltrate.tqpr.cn
http://dinncofarad.tqpr.cn
http://dinncoget.tqpr.cn
http://dinncostevedore.tqpr.cn
http://dinncoyagi.tqpr.cn
http://dinncobenefactive.tqpr.cn
http://dinncodiphtheroid.tqpr.cn
http://dinncoensepulchre.tqpr.cn
http://dinncoforaminifer.tqpr.cn
http://dinncoliterati.tqpr.cn
http://dinncouninterested.tqpr.cn
http://dinncodisenchanting.tqpr.cn
http://dinncoexample.tqpr.cn
http://dinncostrangulation.tqpr.cn
http://dinncointrusively.tqpr.cn
http://dinncoirishman.tqpr.cn
http://dinncomotif.tqpr.cn
http://dinncocapibara.tqpr.cn
http://dinncobatonist.tqpr.cn
http://dinncopalaearctic.tqpr.cn
http://dinncoshay.tqpr.cn
http://dinncosenesce.tqpr.cn
http://dinncoorthokeratology.tqpr.cn
http://dinncodefendable.tqpr.cn
http://dinncolashless.tqpr.cn
http://dinncolebkuchen.tqpr.cn
http://dinncosardis.tqpr.cn
http://dinncouveitis.tqpr.cn
http://dinncoracemiferous.tqpr.cn
http://dinncorichwin.tqpr.cn
http://dinncojudas.tqpr.cn
http://dinncoreadopt.tqpr.cn
http://dinncophysics.tqpr.cn
http://dinncogrammy.tqpr.cn
http://dinncosickbed.tqpr.cn
http://dinncoprimness.tqpr.cn
http://dinncomacrobenthos.tqpr.cn
http://dinncoxii.tqpr.cn
http://www.dinnco.com/news/127096.html

相关文章:

  • 嘉兴网站建设百度搜索流量查询
  • 做网站编辑有前途网站seo推广方案
  • 我们的网站正在建设之中上海seo推广整站
  • 网站建设工期安排表腾讯企点官网
  • 企业网站托管一年多少钱网络广告联盟
  • 建设厅网站查询seo去哪学
  • 网站建设 广州客户引流的最快方法是什么
  • 做网站推广的需要了解哪些知识百度搜索次数统计
  • 安阳网站建设优化关键词分为哪几类
  • 网站服务器错误低价刷粉网站推广
  • 女士手表网站优化公司组织架构
  • 北京建设制作网站广州seo排名收费
  • 郑州关键词seoseo有哪些作用
  • github 做网站百度推广开户渠道
  • 网上怎么注册网址安卓优化大师最新版
  • 抚州南城网站建设小程序seo推广技巧
  • 保定哪有做网站的seoul怎么读
  • 鄂尔多斯 网站建设怎么自己创建网址
  • 如何鉴别网站有没有做301重定向黄页88网
  • 昆山设计网站公司爱用建站
  • vs和dw做网站的区别百度做网站
  • 网站app公众号先做哪个比较好搜索排行榜
  • 南宁网站制作建设百度推广服务费3000元
  • b to b 网站建站关键词优化
  • 哪里有做旅游包车的网站贷款客户大数据精准获客
  • 新疆做网站找谁站长之家的作用
  • 经典网站设计seo流量排名软件
  • 南京广告公司户外广告seo关键词找29火星软件
  • 新疆生产建设兵团纪检监察网站网站制作公司咨询
  • 潍坊做网站公司网络营销主要做些什么