curl --location --request GET 'http://testnew.zfxfu.com:9999/StockPoolCoreV2/GetStockPool2?stockPoolListTypeId&userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": {
"head": {
"maxIncrease": "string",
"title1": "string",
"questionMark": "string",
"title2": "string",
"title3": "string",
"title": "string",
"title4": "string"
},
"middle": {
"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"
}
]
},
"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"
}
]
}
}
}