电子合同API开发文档 v6

运营商三要素验证

请求地址:/v6/ApiPersonalCertification/mobileThreeElements.json

请求方式:POST

接口版本: v6

接口描述:

require 'typhoeus'
 
# 接口地址
apiurl="https://api-v2.1dq.com/v6/ApiPersonalCertification/mobileThreeElements.json"
 
#请求参数
 
body={id_card : '5110****',mobile : '1995100000',real_name : '粟xx',}
 
resp=Typhoeus::Request.post(apiurl,body:body)
puts resp.body