소스 검색

计免接口提交

huangwenjie 7 년 전
부모
커밋
9a97ced7c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-service/wlyy_service/src/main/java/com/yihu/wlyy/service/service/ZysoftApi.java

+ 1 - 1
patient-co-service/wlyy_service/src/main/java/com/yihu/wlyy/service/service/ZysoftApi.java

@ -28,7 +28,7 @@ public class ZysoftApi extends AbstractApiExecuter {
    /**
     * 获取计免预约加密公钥
     */
    private static byte[] getImmPublicKey() throws Exception {
    public static byte[] getImmPublicKey() throws Exception {
        if(immPublicKey == null)
        {
            immPublicKey =  sehrCrypto.sehrCrypto.ReadFileBytes(ZysoftApi.class.getClassLoader().getResource(SystemConfig.getInstance().getImmPublicKey()).toURI().getPath());