{
"pageNum":1,
"pageSize":10,
"search":"519111"
}curl --location --request POST '/admin/bondFund/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum":1,
"pageSize":10,
"search":"519111"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"totalCount": 1,
"totalPage": 1,
"currentPage": 1,
"list": [
{
"id": "7424",
"fundCode": "519111",
"shortName": "浦银安盛优化收益债券(A类)",
"dayRise": null,
"monthRise": null,
"yearRise": null,
"score": null,
"firstMenu": "FIP",
"secondMenu": "FR",
"thirdMenu": "IRD"
}
]
},
"ok": true
}