@ -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());