|
|
@ -2,29 +2,21 @@ package com.glxp.api.util.alihealth;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil;
|
|
|
|
import cn.hutool.core.bean.BeanUtil;
|
|
|
|
import cn.hutool.http.HttpUtil;
|
|
|
|
import cn.hutool.http.HttpUtil;
|
|
|
|
import cn.hutool.json.JSONUtil;
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
|
|
|
|
|
import com.glxp.api.common.res.BaseResponse;
|
|
|
|
import com.glxp.api.common.res.BaseResponse;
|
|
|
|
import com.glxp.api.common.util.ResultVOUtils;
|
|
|
|
import com.glxp.api.common.util.ResultVOUtils;
|
|
|
|
import com.glxp.api.dao.collect.RelCodeDetailMapper;
|
|
|
|
import com.glxp.api.entity.thrsys.ThirdAliDrug;
|
|
|
|
import com.glxp.api.entity.auth.CustomerInfoEntity;
|
|
|
|
|
|
|
|
import com.glxp.api.entity.collect.RelCodeBatch;
|
|
|
|
|
|
|
|
import com.glxp.api.entity.collect.RelCodeDetail;
|
|
|
|
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthKytCommonParametersReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthKytCommonParametersReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthKytGetentinfoReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthKytDrugrescodeReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthKytSinglerelationReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthKytSinglerelationReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthRelCodeInsertReqeust;
|
|
|
|
import com.glxp.api.req.alihealth.local.AlihealthRelCodeInsertReqeust;
|
|
|
|
import com.glxp.api.res.alihealth.AlihealthKytCommonParametersResponse;
|
|
|
|
import com.glxp.api.req.alihealth.local.AlihealthThirdAliDrugInsertReqeust;
|
|
|
|
import com.glxp.api.res.alihealth.AlihealthKytGetentinfoResponse;
|
|
|
|
import com.glxp.api.res.alihealth.AlihealthKytDrugrescodeResponse;
|
|
|
|
import com.glxp.api.res.alihealth.AlihealthKytSinglerelationResponse;
|
|
|
|
import com.glxp.api.res.alihealth.AlihealthKytSinglerelationResponse;
|
|
|
|
import com.glxp.api.service.auth.CustomerInfoService;
|
|
|
|
import com.glxp.api.service.auth.CustomerInfoService;
|
|
|
|
import com.glxp.api.service.collect.RelCodeBatchService;
|
|
|
|
import com.glxp.api.service.collect.RelCodeBatchService;
|
|
|
|
import com.glxp.api.service.collect.RelCodeDetailService;
|
|
|
|
import com.glxp.api.service.collect.RelCodeDetailService;
|
|
|
|
import com.taobao.api.Constants;
|
|
|
|
import com.taobao.api.Constants;
|
|
|
|
import com.taobao.api.internal.util.StringUtils;
|
|
|
|
import com.taobao.api.internal.util.StringUtils;
|
|
|
|
import com.taobao.api.response.AlibabaAlihealthDrugtraceTopLsydQueryRelationResponse;
|
|
|
|
|
|
|
|
import io.swagger.models.auth.In;
|
|
|
|
|
|
|
|
import org.apache.poi.ss.formula.functions.T;
|
|
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
@ -36,10 +28,10 @@ import javax.crypto.spec.SecretKeySpec;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.security.GeneralSecurityException;
|
|
|
|
import java.security.GeneralSecurityException;
|
|
|
|
import java.security.MessageDigest;
|
|
|
|
import java.security.MessageDigest;
|
|
|
|
import java.text.SimpleDateFormat;
|
|
|
|
|
|
|
|
import java.util.*;
|
|
|
|
import java.util.*;
|
|
|
|
|
|
|
|
|
|
|
|
import static com.taobao.api.internal.util.TaobaoUtils.byte2hex;
|
|
|
|
import static com.taobao.api.internal.util.TaobaoUtils.byte2hex;
|
|
|
|
|
|
|
|
|
|
|
|
@Component
|
|
|
|
@Component
|
|
|
|
public class AlihealthUtils {
|
|
|
|
public class AlihealthUtils {
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
@ -52,7 +44,8 @@ public class AlihealthUtils {
|
|
|
|
private RelCodeBatchService relCodeBatchService;
|
|
|
|
private RelCodeBatchService relCodeBatchService;
|
|
|
|
@Value("${ALIHEALTH_URL:http://gw.api.taobao.com/router/rest}")
|
|
|
|
@Value("${ALIHEALTH_URL:http://gw.api.taobao.com/router/rest}")
|
|
|
|
private String alihealthUrl;
|
|
|
|
private String alihealthUrl;
|
|
|
|
// public static void main(String[] args) {
|
|
|
|
|
|
|
|
|
|
|
|
// public static void main(String[] args) {
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// alihealthKytSinglerelationReqeust.setSign(sign);
|
|
|
|
// alihealthKytSinglerelationReqeust.setSign(sign);
|
|
|
|
// String ss = HttpUtil.get("http://gw.api.taobao.com/router/rest",BeanUtil.beanToMap(alihealthKytSinglerelationReqeust));
|
|
|
|
// String ss = HttpUtil.get("http://gw.api.taobao.com/router/rest",BeanUtil.beanToMap(alihealthKytSinglerelationReqeust));
|
|
|
@ -64,58 +57,98 @@ public class AlihealthUtils {
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 查询药品码段信息
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param alihealthThirdAliDrugInsertReqeust
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public BaseResponse<List<ThirdAliDrug>> thirdAliDrugInsert(AlihealthThirdAliDrugInsertReqeust alihealthThirdAliDrugInsertReqeust) {
|
|
|
|
|
|
|
|
if (alihealthThirdAliDrugInsertReqeust.getAlihealthKytDrugrescodeReqeust() == null) {
|
|
|
|
|
|
|
|
return ResultVOUtils.error("入参不能为空");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
AlihealthKytDrugrescodeResponse alihealthKytDrugrescodeResponse = null;
|
|
|
|
|
|
|
|
AlihealthKytDrugrescodeReqeust alihealthKytDrugrescodeReqeust = alihealthThirdAliDrugInsertReqeust.getAlihealthKytDrugrescodeReqeust();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (alihealthKytDrugrescodeReqeust != null
|
|
|
|
|
|
|
|
&& org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthKytDrugrescodeReqeust.getApp_key())
|
|
|
|
|
|
|
|
&& org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthThirdAliDrugInsertReqeust.getAppSecret())
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map map = alihealthUtils.disposeSign(alihealthKytDrugrescodeReqeust, alihealthThirdAliDrugInsertReqeust.getAppSecret());
|
|
|
|
|
|
|
|
String json = HttpUtil.get(alihealthUrl, map);
|
|
|
|
|
|
|
|
alihealthKytDrugrescodeResponse = new AlihealthKytDrugrescodeResponse(json);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===" + e.getMessage());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===用户找不到或者key和秘钥为空");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (alihealthKytDrugrescodeResponse.judgeCall()) {
|
|
|
|
|
|
|
|
List<ThirdAliDrug> list = alihealthKytDrugrescodeResponse.disposeThirdAliDrugList(alihealthThirdAliDrugInsertReqeust.getErpId());
|
|
|
|
|
|
|
|
return ResultVOUtils.success(list);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===" + alihealthKytDrugrescodeResponse.getMsg_info());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//TODO 调用阿里接口用码进行批量处理只测试了两个包装层级的 暂时没有三个包装层级的数据做测试 到时候有数据之后要好好测试一下
|
|
|
|
//TODO 调用阿里接口用码进行批量处理只测试了两个包装层级的 暂时没有三个包装层级的数据做测试 到时候有数据之后要好好测试一下
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
public BaseResponse<AlihealthKytSinglerelationResponse> relCodeInsert(AlihealthRelCodeInsertReqeust alihealthRelCodeInsertReqeust){
|
|
|
|
public BaseResponse<AlihealthKytSinglerelationResponse> relCodeInsert(AlihealthRelCodeInsertReqeust alihealthRelCodeInsertReqeust) {
|
|
|
|
AlihealthKytSinglerelationResponse alihealthKytSinglerelationResponse = null;
|
|
|
|
AlihealthKytSinglerelationResponse alihealthKytSinglerelationResponse = null;
|
|
|
|
|
|
|
|
|
|
|
|
if(alihealthRelCodeInsertReqeust != null
|
|
|
|
if (alihealthRelCodeInsertReqeust != null
|
|
|
|
&& org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthRelCodeInsertReqeust.getAppKey())
|
|
|
|
&& org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthRelCodeInsertReqeust.getAppKey())
|
|
|
|
&& org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthRelCodeInsertReqeust.getAppSecret())
|
|
|
|
&& org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthRelCodeInsertReqeust.getAppSecret())
|
|
|
|
){
|
|
|
|
) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
AlihealthKytSinglerelationReqeust alihealthKytSinglerelationReqeust =new AlihealthKytSinglerelationReqeust();
|
|
|
|
AlihealthKytSinglerelationReqeust alihealthKytSinglerelationReqeust = new AlihealthKytSinglerelationReqeust();
|
|
|
|
alihealthKytSinglerelationReqeust.setRef_ent_id(alihealthRelCodeInsertReqeust.getRefEntId());
|
|
|
|
alihealthKytSinglerelationReqeust.setRef_ent_id(alihealthRelCodeInsertReqeust.getRefEntId());
|
|
|
|
alihealthKytSinglerelationReqeust.setDes_ref_ent_id(alihealthRelCodeInsertReqeust.getRefEntId());
|
|
|
|
alihealthKytSinglerelationReqeust.setDes_ref_ent_id(alihealthRelCodeInsertReqeust.getRefEntId());
|
|
|
|
alihealthKytSinglerelationReqeust.setCode(alihealthRelCodeInsertReqeust.getCode());
|
|
|
|
alihealthKytSinglerelationReqeust.setCode(alihealthRelCodeInsertReqeust.getCode());
|
|
|
|
alihealthKytSinglerelationReqeust.setApp_key(alihealthRelCodeInsertReqeust.getAppKey());
|
|
|
|
alihealthKytSinglerelationReqeust.setApp_key(alihealthRelCodeInsertReqeust.getAppKey());
|
|
|
|
Map map = alihealthUtils.disposeSign(alihealthKytSinglerelationReqeust,alihealthRelCodeInsertReqeust.getAppSecret());
|
|
|
|
Map map = alihealthUtils.disposeSign(alihealthKytSinglerelationReqeust, alihealthRelCodeInsertReqeust.getAppSecret());
|
|
|
|
String json = HttpUtil.get(alihealthUrl,map);
|
|
|
|
String json = HttpUtil.get(alihealthUrl, map);
|
|
|
|
alihealthKytSinglerelationResponse =new AlihealthKytSinglerelationResponse(json);
|
|
|
|
alihealthKytSinglerelationResponse = new AlihealthKytSinglerelationResponse(json);
|
|
|
|
|
|
|
|
|
|
|
|
}catch (Exception e){
|
|
|
|
} catch (Exception e) {
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===请检查厂商的key和密文是否对");
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===" + e.getMessage());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
} else {
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===用户找不到或者key和秘钥为空");
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===用户找不到或者key和秘钥为空");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(org.apache.commons.lang3.StringUtils.isNotEmpty(alihealthKytSinglerelationResponse.getMsg_info())
|
|
|
|
if (alihealthKytSinglerelationResponse.judgeCall()) {
|
|
|
|
&& alihealthKytSinglerelationResponse.getMsg_info().equals("调用成功")
|
|
|
|
|
|
|
|
){
|
|
|
|
|
|
|
|
alihealthKytSinglerelationResponse.setRefEntId(alihealthRelCodeInsertReqeust.getRefEntId());
|
|
|
|
alihealthKytSinglerelationResponse.setRefEntId(alihealthRelCodeInsertReqeust.getRefEntId());
|
|
|
|
return ResultVOUtils.success(alihealthKytSinglerelationResponse );
|
|
|
|
return ResultVOUtils.success(alihealthKytSinglerelationResponse);
|
|
|
|
}else {
|
|
|
|
} else {
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败==="+alihealthKytSinglerelationResponse.getMsg_info());
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===" + alihealthKytSinglerelationResponse.getMsg_info());
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public Map disposeSign(AlihealthKytCommonParametersReqeust alihealthKytCommonParametersReqeust, String secret){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map map = BeanUtil.beanToMap(alihealthKytCommonParametersReqeust);
|
|
|
|
public Map disposeSign(AlihealthKytCommonParametersReqeust alihealthKytCommonParametersReqeust, String secret) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map<String,Object> map = BeanUtil.beanToMap(alihealthKytCommonParametersReqeust);
|
|
|
|
String sign;
|
|
|
|
String sign;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
sign = new AlihealthUtils().signTopRequest(map, secret, "md5");
|
|
|
|
sign = new AlihealthUtils().signTopRequest(map, secret, "md5");
|
|
|
|
alihealthKytCommonParametersReqeust.setSign(sign);
|
|
|
|
alihealthKytCommonParametersReqeust.setSign(sign);
|
|
|
|
return BeanUtil.beanToMap(alihealthKytCommonParametersReqeust);
|
|
|
|
return BeanUtil.beanToMap(alihealthKytCommonParametersReqeust);
|
|
|
|
} catch (IOException e) {
|
|
|
|
} catch (IOException e) {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public String signTopRequest(Map<String, String> params, String secret, String signMethod) throws IOException {
|
|
|
|
|
|
|
|
|
|
|
|
public String signTopRequest(Map<String,Object> params, String secret, String signMethod) throws IOException {
|
|
|
|
// 第一步:检查参数是否已经排序
|
|
|
|
// 第一步:检查参数是否已经排序
|
|
|
|
String[] keys = params.keySet().toArray(new String[0]);
|
|
|
|
String[] keys = params.keySet().toArray(new String[0]);
|
|
|
|
Arrays.sort(keys);
|
|
|
|
Arrays.sort(keys);
|
|
|
@ -126,10 +159,18 @@ public class AlihealthUtils {
|
|
|
|
query.append(secret);
|
|
|
|
query.append(secret);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
for (String key : keys) {
|
|
|
|
for (String key : keys) {
|
|
|
|
String value = params.get(key);
|
|
|
|
Object value = params.get(key);
|
|
|
|
if (StringUtils.areNotEmpty(key, value)) {
|
|
|
|
if(value instanceof String){
|
|
|
|
|
|
|
|
if ( StringUtils.areNotEmpty(key, (String) value)) {
|
|
|
|
|
|
|
|
query.append(key).append(value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
if (!Objects.isNull(value)) {
|
|
|
|
query.append(key).append(value);
|
|
|
|
query.append(key).append(value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// StringUtils.areNotEmpty(key, value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -146,7 +187,7 @@ public class AlihealthUtils {
|
|
|
|
return byte2hex(bytes);
|
|
|
|
return byte2hex(bytes);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public byte[] encryptHMAC(String data, String secret) throws IOException {
|
|
|
|
public byte[] encryptHMAC(String data, String secret) throws IOException {
|
|
|
|
byte[] bytes = null;
|
|
|
|
byte[] bytes = null;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
SecretKey secretKey = new SecretKeySpec(secret.getBytes(Constants.CHARSET_UTF8), "HmacMD5");
|
|
|
|
SecretKey secretKey = new SecretKeySpec(secret.getBytes(Constants.CHARSET_UTF8), "HmacMD5");
|
|
|
@ -159,10 +200,11 @@ public class AlihealthUtils {
|
|
|
|
return bytes;
|
|
|
|
return bytes;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public byte[] encryptMD5(String data) throws IOException {
|
|
|
|
public byte[] encryptMD5(String data) throws IOException {
|
|
|
|
return encryptMD5(data.getBytes(Constants.CHARSET_UTF8));
|
|
|
|
return encryptMD5(data.getBytes(Constants.CHARSET_UTF8));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public byte[] encryptMD5(byte[] data) throws IOException {
|
|
|
|
|
|
|
|
|
|
|
|
public byte[] encryptMD5(byte[] data) throws IOException {
|
|
|
|
byte[] bytes = null;
|
|
|
|
byte[] bytes = null;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
MessageDigest md = MessageDigest.getInstance("MD5");
|
|
|
|
MessageDigest md = MessageDigest.getInstance("MD5");
|
|
|
|