删除盯盘(del_my_stared)

删除盯盘

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
ids String 需要删除的盯盘数组
auth_id String 认证账户
app_key String APP标识符
user_token String 用户口令
product_no Integer 品种序号

返回参数

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

请求示例

auth_id:A000000001973240
product_no:4
app_key:3cb17dedb5b94a0f9d719f5cabfd406d
user_token:f3c9da344589dc70f04b13b88e303747
Ids:38f5a78b-a061-4d70-8c54-9b02c16925ad

正确返回示例

{"success":true,"data":{"error_info":"操作成功","error_no":"0"},"timestamp":"2018-09-20T13:05:05.963+0000"}

错误返回示例

{"success":true,"data":{"error_info":"您无权删除他人盯盘","error_no":"0"},"timestamp":"2018-09-20T13:05:05.963+0000"}