{
"validCode": "string",
"sectorCodes": [
"string"
]
}curl --location --request POST 'http://testnew.zfxfu.com:9999/AIStockCoreV2/GetSectorList?userid&fromwherestr&appversionid' \
--header 'token;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"validCode": "string",
"sectorCodes": [
"string"
]
}'{
"code": 200,
"message": "string",
"data": [
{
"aiNewsNum": 0,
"id": 0,
"sector_Code": "string",
"sector_Name": "string",
"trade_Day": "2019-08-24T14:15:22.123Z",
"bias_13Day": 0,
"turnover_Rate_10D": 0,
"pct_Change_10D": 0,
"inflection_Days": 0,
"pullback_Days": 0,
"master_Red_Line": true,
"master_Blue_Line": true,
"master_Purple_Line": true,
"sector_Strength": 0,
"kylin_Line_2": true,
"kylin_Line_3": true
}
]
}