curl --location --request GET 'http://testnew.zfxfu.com:9999/StockCoreV2/GetBlockFlowDetail?type&userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": [
{
"rate": 0,
"cashFlowIn": 0,
"threeDayRate": 0,
"fiveDayRate": 0,
"lastPrice": 0,
"bestStock": "string",
"bestStockRate": 0,
"bussinessBalance": 0,
"upNumber": 0,
"downNumber": 0,
"threeDayPrice": 0,
"fiveDayPrice": 0,
"cashFlowInStr": "string",
"bussinessBalanceStr": "string",
"stockCode": "string",
"market": "string",
"stockName": "string",
"block": "string"
}
]
}