zhou.xiaoning il y a 1 an
Parent
commit
1c9609df20
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      services/asign/servcies.go

+ 1 - 0
services/asign/servcies.go

@@ -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 {