|
|
|
@ -103,7 +103,7 @@ public class AisinoInvoiceRequestAdapterImpl implements IInvoiceRequestService { |
|
|
|
|
// 平台解密
|
|
|
|
|
try { |
|
|
|
|
// TODO: 2023/9/20
|
|
|
|
|
// order = AisinoInvoiceDecryptUtil.decrypt(order, JKey);
|
|
|
|
|
order = AisinoInvoiceDecryptUtil.decrypt(order, JKey); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
throw new JianshuiParamErrorException(ErrorCode.DECRYPT_ERROR, companyservice, "invoice"); |
|
|
|
|