curl --location --request GET 'http://testnew.zfxfu.com:9999/StockPoolCoreV2/GetStockPool?stockPoolListTypeId&date&userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": {
"bottom": {
"historybottomDate": "string",
"bottomList": [
{
"stockPoolId": 0,
"stockName": "string",
"stockCode": "string",
"market": "string",
"teacherId": 0,
"poolType": "string",
"highestgain": "string",
"stockNameHide": "string",
"stockCodeHide": "string",
"tradingDayTimeStamp": "string",
"isSelfStock": 0,
"reason": "string"
}
]
}
}
}