易捷正式环境放开请求20230725

This commit is contained in:
zhanglei 2023-07-25 09:10:02 +08:00
parent 1a67634090
commit f08b1b6fde

View File

@ -166,8 +166,8 @@ public class IdentityAlphaVerification {
continue;
}
// TODO: 2023-7-4 发起请求
// String httpRes = EJQuestClient.httpIdentityUser(fullNamesArr[i], certIdsArr[i]);
String httpRes = "0,成功";
String httpRes = EJQuestClient.httpIdentityUser(fullNamesArr[i], certIdsArr[i]);
// String httpRes = "0,成功";
// TODO: 2023-7-4 保存结果
if(null == httpRes){
if(i == fullNamesArr.length-1){