ソースを参照

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())


読み込み中…
キャンセル
保存