소스 검색

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


불러오는 중...
취소
저장