소스 검색

按需求修改企业实名证件类型

zhou.xiaoning 1 년 전
부모
커밋
4bdda29751
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/asign/servcies.go

+ 1 - 1
services/asign/servcies.go

@@ -210,7 +210,7 @@ func CaptchaVerify(req CaptchaVerifyReq) (err error) {
 	} else {
 		reqParam["userid"] = req.UserId
 		reqParam["customername"] = cacheMap["companyName"]
-		reqParam["cardtype"] = 21
+		reqParam["cardtype"] = 4 // 企业统一信用
 		reqParam["cardfrontphotourl"] = cacheMap["idCardPhoto"]
 		reqParam["legalpersonname"] = cacheMap["realName"]
 		reqParam["cardnum"] = cacheMap["creditCode"]