查询产品列表(query_right_list)

查询产品列表

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/quote/v1/stare/query_right_list

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
sign String 验签
user_token String 用户口令
app_key String APP标识符
auth_id String 认证账户

返回参数

参数名 类型 最大长度 默认值 中文名 描述
timestamp String 时间戳
success_type String 成功标志

请求示例

app_key:7e19cd009d2c475697475ce1d633baf1
auth_id:A000000015435102
user_token:1a7a504fec5fe2668f62e2ad74755f33
sign:8AB6BD00534764FEE07A0F63D590736E

正确返回示例

{"success":true,"data":[{"product_no":"4","end_time":"2018-11-10T02:45:13.000+0000","available":1,"remaining_time":"18天"}],"timestamp":"2018-10-22T03:35:46.327+0000"}