{
"id": 25968,
"ledgerId": 15133,
"operator": "string",
"operatorTelephone": "string",
"identityCategory": "string",
"paymentMethod": "string",
"applyOpinion": "string",
"operatorUrl": "https://www.iocoder.cn",
"chargePeopleUrl": "https://www.iocoder.cn"
}
curl --location --request POST '/app-api/training/ledger-apply-open-class/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 25968,
"ledgerId": 15133,
"operator": "string",
"operatorTelephone": "string",
"identityCategory": "string",
"paymentMethod": "string",
"applyOpinion": "string",
"operatorUrl": "https://www.iocoder.cn",
"chargePeopleUrl": "https://www.iocoder.cn"
}'
{
"code": 0,
"data": true,
"msg": "string"
}