curl --location --request GET 'http://testnew.zfxfu.com:9999/StockCoreV2/AiStock?userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": {
"todayNum": 0,
"historyNum": 0,
"data": [
{
"fiveRate": 0,
"indexRate": 0,
"content": "string",
"stockCode": "string",
"market": "string",
"stockName": "string",
"block": "string"
}
]
}
}