新增订阅权限(add_right)

新增订阅权限

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

POST

请求参数

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

返回参数

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

请求示例

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

正确返回示例

{"success":true,"data":{"error_info":"调用成功","error_no":"0"},"timestamp":"2018-10-22T03:37:54.837+0000"}