curl --location --request GET 'http://testnew.zfxfu.com:9999/StockCoreV2/TradeSystem?stockCode&typeCode&userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": [
{
"title": "string",
"imgUrl": "string",
"data": {
"main": [
{
"id": 0,
"name": "string",
"code": "string",
"expaination": "string"
}
],
"sub": [
{
"id": 0,
"name": "string",
"code": "string",
"expaination": "string"
}
]
}
}
]
}