Browse Source

印章配置

财政编码配置
tags/24080901
liuxinxin 1 year ago
parent
commit
92bdda8442
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/irs/sign/IRSAPIRequest.java

+ 4
- 2
pmapi/src/main/java/com/ningdatech/pmapi/irs/sign/IRSAPIRequest.java View File

@@ -225,8 +225,9 @@ public class IRSAPIRequest {


/** /**
* Description: 将pdf文件转换为Base64编码 * Description: 将pdf文件转换为Base64编码
* <p>
* // * @param 要转的的pdf文件
* *
// * @param 要转的的pdf文件
* @Author fuyuwei * @Author fuyuwei
* Create Date: 2015年8月3日 下午9:52:30 * Create Date: 2015年8月3日 下午9:52:30
*/ */
@@ -271,8 +272,9 @@ public class IRSAPIRequest {


/** /**
* Description: 将base64编码内容转换为Pdf * Description: 将base64编码内容转换为Pdf
* <p>
* // * @param base64编码内容,文件的存储路径(含文件名)
* *
// * @param base64编码内容,文件的存储路径(含文件名)
* @Author fuyuwei * @Author fuyuwei
* Create Date: 2015年7月30日 上午9:40:23 * Create Date: 2015年7月30日 上午9:40:23
*/ */


Loading…
Cancel
Save