Browse Source

update

master
dengbiao 1 month ago
parent
commit
423d3024d8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/customer/hdl/hdl_login.go

+ 1
- 0
app/customer/hdl/hdl_login.go View File

@@ -107,6 +107,7 @@ func WxDecryptMobile(c *gin.Context) {
var req md.WxDecryptMobileReq var req md.WxDecryptMobileReq
err := c.ShouldBindJSON(&req) err := c.ShouldBindJSON(&req)
if err != nil { if err != nil {
utils.FilePutContents("WxDecryptMobile_ERR", utils.SerializeStr(req))
err = validate.HandleValidateErr(err) err = validate.HandleValidateErr(err)
err1 := err.(e.E) err1 := err.(e.E)
e.OutErr(c, err1.Code, err1.Error()) e.OutErr(c, err1.Code, err1.Error())


Loading…
Cancel
Save