电子合同API开发文档 v6

快速签章

请求地址:/v6/QuickSign/create.json

请求方式:POST

接口版本: v6

接口描述:

require 'typhoeus'
 
# 接口地址
apiurl="https://api-v2.1dq.com/v6/QuickSign/create.json"
 
#请求参数
 
body={base64_file : 'xxx',signed_data : '',async_data : '',async_url : '',base64_file_suffix : 'pdf',certification_level : '',company_certification : '',pagination_data : '',pdf_password : '',personal_certification : '',signed_model : '',signed_type : 'default',timestamp_server_id : '',}
 
resp=Typhoeus::Request.post(apiurl,body:body)
puts resp.body