소스 검색

新增日志

WH01243 4 달 전
부모
커밋
c5f698bfe4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/modules/subscribepay/src/service/userAccountInfo.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/userAccountInfo.go

@@ -604,7 +604,7 @@ func (this *UserAccount) PhoneBind() {
 		}
 		var (
 			phoneVerify string
-			//err         error
+			err         error
 		)
 		captchaKey := this.GetString("captchaKey") //图形验证码key
 		if captchaKey != "" {