请求地址:/v5/Contracts/getDownLink.json
请求方式:POST
接口版本: 5.2.3
接口描述:
1 2 3 4 5 6 7 8 9 10 11 | require 'typhoeus' # 接口地址 apiurl= "https://api-v2.1dq.com/v5/Contracts/getDownLink.json" #请求参数 body={words_id : '58b1f99a-ab01-11ea-82be-0242ac110003' ,} resp=Typhoeus::Request.post(apiurl,body:body) puts resp.body |