dengbiao 1ヶ月前
コミット
1c16e7086f
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app/customer/hdl/hdl_login.go

+ 1
- 0
app/customer/hdl/hdl_login.go ファイルの表示

@@ -106,6 +106,7 @@ func WxDecryptUserInfo(c *gin.Context) {
func WxDecryptMobile(c *gin.Context) {
var req md.WxDecryptMobileReq
err := c.ShouldBindJSON(&req)
utils.FilePutContents("WxDecryptMobile", utils.SerializeStr(req))
if err != nil {
utils.FilePutContents("WxDecryptMobile_ERR", utils.SerializeStr(req))
err = validate.HandleValidateErr(err)


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