修改盯盘(modify_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/modify_my_stared

是否需要业务登录

HTTP请求方式

POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
stare_value String 盯盘字段值
stare_direction String 盯盘方向
stare_field String 盯盘域
serial_no Integer 流水序号
auth_id String 认证账户
user_token String 用户口令
product_no Integer 品种序号
app_key String APP标识符

返回参数

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

请求示例

auth_id:A000000001973240
product_no:4
app_key:3cb17dedb5b94a0f9d719f5cabfd406d
user_token:f3c9da344589dc70f04b13b88e303747
serial_no: e6237c2c-bd3f-4518-946a-cec3b25b0018
stare_field: 55226
stare_direction: 0
stare_value: 1

正确返回示例

{"success":true,"data":{"serial_no":"e6237c2c-bd3f-4518-946a-cec3b25b0018","auth_id":"A000000015435102","hq_type_code":"SS","prod_name":"宁夏建材","prod_code":"600449","stare_field":"55225","stare_direction":"0","stare_value":"1","expiry_date":"2018-09-19T23:59:12.000+0000","status":"1","create_datetime":"2018-09-19T23:59:12.000+0000","modi_datetime":"2018-09-21T08:39:45.000+0000","extend":null,"user_token":"9893442666349943858f1acde246c27e"},"timestamp":"2018-09-21T08:39:46.121+0000"}