개발자 센터

계약 비교 결과 페이지 가져오기

POST/esignglobal/v1/contract-compare-url

인터페이스 설명

계약 비교 결과 페이지를 가져오는 데 사용됩니다.

요청 매개변수

매개변수 이름

유형

필수 여부

설명

standardFileKey

string

true

표준 파일 filekey

  • 지원 파일: pdf, 단일 파일은 30M를 초과할 수 없습니다.

comparativeFileKey

string

true

비교 파일 filekey

 

filterPageHeaderFooter

boolean

false

머리글/바닥글을 무시하고 비교할지 여부, 기본값: false

false - 무시하지 않음

true - 무시

filterSymbols

list

false

계약 비교 시 무시해야 할 문장 부호, 기본값: 문장 부호 무시 안 함

사례: 중국어 쉼표와 마침표를 무시하고 비교해야 하는 경우 "filterSymbols":[",","。"] 값을 전달해야 합니다.

요청 예시

{
    "standardFileKey": "标准文件filekey",
    "comparativeFileKey": "对比文件filekey"
}

 

응답 매개변수

매개변수 이름

유형

설명

contractCompareUrl

string

계약 비교 페이지 주소

contractCompareBizId

string

계약 비교 비즈니스 ID

응답 예시

{
    "code": 0,
    "data": {
        "contractCompareUrl": "https://esignglobal.cn/xxxx",
        "contractCompareBizId": "501d7b6a95a74a478757ec49c89dcaba"
    },
    "message": "success"
}

 

 

 

인터페이스 설명
요청 매개변수
요청 예시
응답 매개변수
응답 예시