Authorization: Bearer ********************{
"images": [
"https://dev-merchant-files-1308594067.cos.ap-shanghai.myqcloud.com/fullgoal-debt-windvane/ocr/tmp_def4860a482a4c8afe1f059943d43300.png"
]
}curl --location --request POST '/ma/ocr/fundPosition' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"https://dev-merchant-files-1308594067.cos.ap-shanghai.myqcloud.com/fullgoal-debt-windvane/ocr/tmp_def4860a482a4c8afe1f059943d43300.png"
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": [
{
"fundName": "汇添富中证上海国企ETF联接A",
"fundCode": "003194",
"holdMoney": 12.87,
"holdEarn": 2.87
}
],
"ok": true
}