Authorization: Bearer ********************curl --location --request POST '/ma/stock/market' \
--header 'Authorization: Bearer <token>'{
"ret": 0,
"msg": "success",
"err": null,
"data": [
{
"indexName": "上证指数",
"indexPrice": 3595.98,
"indexRise": 0.01
},
{
"indexName": "深证成指",
"indexPrice": 120.01,
"indexRise": 0.01
},
{
"indexName": "创业板指",
"indexPrice": 15.01,
"indexRise": 0.01
},
{
"indexName": "中国300",
"indexPrice": 300.01,
"indexRise": 0.01
}
],
"ok": true
}