{
"tab": "eggs",
"pageSize": 10,
"pageNum": 1,
"classification":"MD",
"conditionScore": "48",
"sortBy":"oneYearDrawBack",
"sort":-1
}curl --location --request POST '/ma/bondWindVaneIndex/board' \
--header 'Content-Type: application/json' \
--data-raw '{
"tab": "eggs",
"pageSize": 10,
"pageNum": 1,
"classification":"MD",
"conditionScore": "48",
"sortBy":"oneYearDrawBack",
"sort":-1
}'{
"ret": 0,
"msg": "string",
"err": null,
"data": {
"totalCount": 0,
"totalPage": 0,
"currentPage": 0,
"list": [
{
"fundCode": "string",
"shortName": "string",
"eggs": 0,
"features": "string",
"featuresProportion": "string",
"dayRise": 0,
"yearRise": 0,
"monthRise": 0,
"threeMonthRise": 0,
"sixMonthRise": 0,
"thisYearRise": 0,
"sinceFoundRise": 0,
"oneYearDrawback": null,
"consecutiveUpDays": 0,
"followers": 0,
"score": 0,
"isMaxFollow": "string",
"isMaxScore": "string",
"followStatus": "string",
"fundDateStr": "string",
"fundDateValue": "string",
"estimate": "string"
}
]
},
"ok": true
}