|
|
|
@ -85,7 +85,7 @@ public class AlihealthUtils {
|
|
|
|
|
|
|
|
|
|
// 设置结果
|
|
|
|
|
if (!resultList.isEmpty()) {
|
|
|
|
|
ResultVOAliUtils.success(resultList);
|
|
|
|
|
return ResultVOAliUtils.success(resultList);
|
|
|
|
|
}
|
|
|
|
|
return listBaseResponse;
|
|
|
|
|
}
|
|
|
|
@ -178,6 +178,7 @@ public class AlihealthUtils {
|
|
|
|
|
|
|
|
|
|
Map map = disposeSign(alihealthKytDrugrescodeReqeustNew, alihealthThirdAliDrugInsertReqeust.getAppSecret());
|
|
|
|
|
String json = HttpUtil.get(alihealthUrl, map);
|
|
|
|
|
log.error("阿里健康接口调用参数===" + map);
|
|
|
|
|
log.error("阿里健康接口调用结果===" + json);
|
|
|
|
|
alihealthKytDrugrescodeResponse = new AlihealthKytDrugrescodeResponse(json);
|
|
|
|
|
|
|
|
|
|