电子合同API开发文档

api认证结果页面

请求地址:/ToApp/LegalPersonCertificateUrl.json

请求方式:POST

接口版本:

接口描述:

require 'typhoeus'
 
# 接口地址
apiurl="https://api-v2.1dq.com/ToApp/LegalPersonCertificateUrl.json"
 
#请求参数
 
body={}
 
resp=Typhoeus::Request.post(apiurl,body:body)
puts resp.body