Browse Source

IRS 签章平台账号密码配置

master
niohe·erbao 1 year ago
parent
commit
84c7d27fba
2 changed files with 9 additions and 1 deletions
  1. +0
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/irs/config/IrsSealPlatformProperties.java
  2. +9
    -0
      pmapi/src/main/resources/application-dev.yml

+ 0
- 1
pmapi/src/main/java/com/ningdatech/pmapi/irs/config/IrsSealPlatformProperties.java View File

@@ -22,7 +22,6 @@ public class IrsSealPlatformProperties {

public static String apiUrl;


@Value("${irs.seal-platform.project-id}")
public void setProjectId(String projectId) {
IrsSealPlatformProperties.projectId = projectId;


+ 9
- 0
pmapi/src/main/resources/application-dev.yml View File

@@ -193,3 +193,12 @@ provincial:
detailUrl: /api/v1/foreign/importantProView
key: 7196317343a64e67895dc0375c098fe7
secret: 75152a97f20e4c4c854dc6301cf72ad4


irs:
seal-platform:
project-id: 1
project-secret: 2
access-key: 3
secret-key: 4
api-url: https://ibcdsg.zj.gov.cn:8443/restapi/prod/IC33000020220309000004/seal-platform/seal/v1/rest/sign/signPdf

Loading…
Cancel
Save