|
|
@@ -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"]
|