curl --location --request GET 'http://testnew.zfxfu.com:9999/AIStockCoreV2/GetUserModeList?versionCode&maxModeNum&userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": [
{
"aI_Stock_Users_Mode_Id": 0,
"mode_Name": "string",
"isDefault": true,
"selectFactorList": [
{
"aI_Stock_Select_Factor_Id": 0,
"factor_Code": "string",
"factor_Name": "string",
"factor_Type": 0,
"lzG_Function_Authority_Code": "string",
"addTime": "2019-08-24T14:15:22.123Z"
}
]
}
]
}