请求地址:/v5/Certification/companyContraryToTransfer.json
请求方式:POST
接口版本: 5.2.3
接口描述:
require 'typhoeus'
# 接口地址
apiurl="https://api-v2.1dq.com/v5/Certification/companyContraryToTransfer.json"
#请求参数
body={easy_id : '175984800321114112',color : '000000',redirect_url : '',}
resp=Typhoeus::Request.post(apiurl,body:body)
puts resp.body