{
"fundCodeList": [
"000086"
]
}curl --location --request POST '/ma/customer/follow/fund/shareFunds' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCodeList": [
"000086"
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"changeRatio": -0.0400,
"fundList": [
{
"fundCode": "000086",
"shortName": "南方稳利1年持有A",
"eggs": null,
"betEggs": null,
"yearRise": 3.7915
},
{
"fundCode": "000200",
"shortName": "博时岁岁增利一年持有A",
"eggs": null,
"betEggs": null,
"yearRise": 4.3486
},
{
"fundCode": "000351",
"shortName": "国富岁岁恒丰一年持有A",
"eggs": null,
"betEggs": null,
"yearRise": 5.2277
}
],
"chart": []
},
"ok": true
}