Selaa lähdekoodia

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

zhou.xiaoning 1 vuosi sitten
vanhempi
commit
4bdda29751
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"]