请求地址:/v6/ApiOrgCertification/validationAndPayment.json
请求方式:POST
接口版本: v6
接口描述:
require 'typhoeus' # 接口地址 apiurl="https://api-v2.1dq.com/v6/ApiOrgCertification/validationAndPayment.json" #请求参数 body={bank_card : '31050163360000004155',bank_name : '建设银行第二支行',org_name : '上海xxxxx服务有限公司',} resp=Typhoeus::Request.post(apiurl,body:body) puts resp.body