|
|
@@ -214,6 +214,7 @@ func CaptchaVerify(req CaptchaVerifyReq) (err error) {
|
|
|
reqParam["legalpersonname"] = cacheMap["realName"]
|
|
|
reqParam["cardnum"] = cacheMap["creditCode"]
|
|
|
reqParam["mobilephone"] = cacheMap["mobile"]
|
|
|
+ reqParam["userinfotype"] = 2 // 2 - 企业
|
|
|
}
|
|
|
jsonParam, err := json.Marshal(&reqParam)
|
|
|
if err != nil {
|