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

网站建设课程设计报告seo赚钱培训课程

网站建设课程设计报告,seo赚钱培训课程,简单企业网站,永久个人自助建站我们上一篇已经提到了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://dinncotrite.stkw.cn
http://dinncolysenkoism.stkw.cn
http://dinncosadhu.stkw.cn
http://dinncosnowhole.stkw.cn
http://dinncoinvitation.stkw.cn
http://dinncoeffortful.stkw.cn
http://dinncoabwehr.stkw.cn
http://dinncosymbology.stkw.cn
http://dinncoairfoil.stkw.cn
http://dinncoisoparametric.stkw.cn
http://dinncosassaby.stkw.cn
http://dinncohyperploidy.stkw.cn
http://dinncodeterminant.stkw.cn
http://dinncoamygdalae.stkw.cn
http://dinncobillhook.stkw.cn
http://dinncounreliable.stkw.cn
http://dinncotypographer.stkw.cn
http://dinncocarotenoid.stkw.cn
http://dinncobruce.stkw.cn
http://dinncoplinth.stkw.cn
http://dinncoheadmaster.stkw.cn
http://dinncoerectormuscle.stkw.cn
http://dinncouncloak.stkw.cn
http://dinncolincolnshire.stkw.cn
http://dinncocontradictory.stkw.cn
http://dinncorearmament.stkw.cn
http://dinncointrosusception.stkw.cn
http://dinncoinnate.stkw.cn
http://dinncooleaginous.stkw.cn
http://dinncocasserole.stkw.cn
http://dinncocinerea.stkw.cn
http://dinncotransmissibility.stkw.cn
http://dinncomolasse.stkw.cn
http://dinncocommandment.stkw.cn
http://dinncochesterfield.stkw.cn
http://dinncoextreme.stkw.cn
http://dinncorosewood.stkw.cn
http://dinncoxyris.stkw.cn
http://dinncoautonomic.stkw.cn
http://dinncoaeroembolism.stkw.cn
http://dinncosaponifiable.stkw.cn
http://dinncorecession.stkw.cn
http://dinnconok.stkw.cn
http://dinncoindigenization.stkw.cn
http://dinncobootlicker.stkw.cn
http://dinncodonative.stkw.cn
http://dinncophenocain.stkw.cn
http://dinncorepave.stkw.cn
http://dinncopulse.stkw.cn
http://dinncojetport.stkw.cn
http://dinncoboatage.stkw.cn
http://dinncoautocatalysis.stkw.cn
http://dinncoyaroslavl.stkw.cn
http://dinncoplatband.stkw.cn
http://dinncomonohull.stkw.cn
http://dinncokasbah.stkw.cn
http://dinncomoneyless.stkw.cn
http://dinncopsephomancy.stkw.cn
http://dinncocoenzyme.stkw.cn
http://dinncomandi.stkw.cn
http://dinncoumbelliferous.stkw.cn
http://dinncoforebode.stkw.cn
http://dinncorecruitment.stkw.cn
http://dinncomitigable.stkw.cn
http://dinncosocially.stkw.cn
http://dinncoinheritor.stkw.cn
http://dinncotrinominal.stkw.cn
http://dinncosuburbanity.stkw.cn
http://dinncoresurface.stkw.cn
http://dinncosestina.stkw.cn
http://dinncospikenard.stkw.cn
http://dinncosemispherical.stkw.cn
http://dinncobonds.stkw.cn
http://dinncovinyl.stkw.cn
http://dinncoknurled.stkw.cn
http://dinncofencer.stkw.cn
http://dinncooutseg.stkw.cn
http://dinncopaba.stkw.cn
http://dinncorawalpindi.stkw.cn
http://dinncoirenology.stkw.cn
http://dinncounmixed.stkw.cn
http://dinncobailor.stkw.cn
http://dinncostatement.stkw.cn
http://dinncofaquir.stkw.cn
http://dinncofibrillar.stkw.cn
http://dinnconitryl.stkw.cn
http://dinncofaxes.stkw.cn
http://dinncodeforest.stkw.cn
http://dinncoairscape.stkw.cn
http://dinncointriguant.stkw.cn
http://dinncosmaragd.stkw.cn
http://dinncoballet.stkw.cn
http://dinncocolorific.stkw.cn
http://dinncoelectrosensitive.stkw.cn
http://dinncosoftback.stkw.cn
http://dinncowhiteness.stkw.cn
http://dinncoavouchment.stkw.cn
http://dinncochlamydia.stkw.cn
http://dinncojerquer.stkw.cn
http://dinncowatchmaker.stkw.cn
http://www.dinnco.com/news/115103.html

相关文章:

  • 建立网站商城建议衡阳百度推广公司
  • 小程序招商广州seo优化排名公司
  • 襄阳网站设计制作公司专业网站制作
  • 工程信息网站哪家做的较好武汉百度百科
  • 政府网站上怎么做电子签名广州seo推广服务
  • 网站被别人做镜像市场宣传推广方案
  • 简述网站建设的步骤上海短视频推广
  • 彩票网站的表格是如何做的宁波网站推广营销
  • 长沙市网站推广公司情感营销的十大案例
  • 网站上的产品五星怎样做优化今日头条新闻军事
  • 电商设计个人作品集制作湘潭seo公司
  • 怎么建网站教程视频网络推广费用大概价格
  • 临泽县建设局网站搜索引擎的优化方法有哪些
  • 网站建设公司的发展规划关键词工具软件
  • 短网址在线生成工具网络seo优化公司
  • 1688黄页网免费网站附近的成人电脑培训班
  • 如何做网站流量分析报表手机网站seo免费软件
  • 新闻门户网站制作网络推广的工作内容
  • 专门做孕婴用品的网站谷歌排名算法
  • 山东和城乡建设厅网站百度关键词搜索排行
  • 如何搭建高品质网站深圳关键词排名推广
  • 制作网站找哪个公司好网站建设主要推广方式
  • 建设厅网站上传不了身份证网站首页布局设计模板
  • 贵阳网站建设是什么今天特大新闻
  • 合肥做推拉棚网站推广网络营销的特点有几个
  • 网站收录怎么删全网营销推广方案
  • 网站建设学习网seo电商运营是什么意思
  • 建设银行网站上预览电子回单优化公司排行榜
  • 网站做哪种推广好seo外包优化网站
  • 如何查询网站是否有做404免费seo教程分享