瀏覽代碼

update

master
dengbiao 1 月之前
父節點
當前提交
423d3024d8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app/customer/hdl/hdl_login.go

+ 1
- 0
app/customer/hdl/hdl_login.go 查看文件

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


Loading…
取消
儲存