curl --location --request GET '/hs_ting' \
--header 'Authorization: APPCODE {{APPCODE}}'
{
"code": 1,
"msg": "ok",
"data": [
{
"stock_code": "000971",
"stock_name": "*ST高升",
"begin_time": "2024-06-05 09:30:00",
"end_time": null,
"estimated_time": null,
"time_limit": "连续停牌",
"reason": "刊登重要公告",
"market": "深交所风险警示板"
}
]
}