|
@@ -206,10 +206,7 @@ public class ChannelServiceImpl implements ChannelService {
|
|
|
PhotoIdentityParamObject logParamObject = PhotoIdentityParamObject.getLogParamObject(accessToken, requestObject.getIdCode(),
|
|
|
requestObject.getName(), authMode42);
|
|
|
log.info("supplier10000044.photoIdentityCheck接口请求上游参数:{}", JSON.toJSONString(logParamObject));
|
|
|
-// String responseContext = callService(paramObject, outTime, SjjhConstant.PHOTO_IDENTITY_CHECK, ret);
|
|
|
-
|
|
|
- // todo
|
|
|
- String responseContext = "{\"retCode\":0,\"retMessage\":\"成功\",\"apiVersion\":\"3.3.0\",\"certToken\":\"98cec673-a969-462a-b154-47b56b887fcb\",\"resStr\":\"02XX\"}";
|
|
|
+ String responseContext = callService(paramObject, outTime, SjjhConstant.PHOTO_IDENTITY_CHECK, ret);
|
|
|
log.info("supplier10000044.{}接口上游返回:{}", SjjhConstant.PHOTO_IDENTITY_CHECK, responseContext);
|
|
|
if (StringUtils.isBlank(responseContext)) {
|
|
|
return null;
|