{
"id": 14,
"change_desc": "许久不动该动下了",
"type_balance": 1,
"balance": "50",
"type_frozen_balance": 1,
"frozen_balance": 0,
"type_points": 1,
"points": 0,
"type_growth_points": 1,
"growth_points": 0
}curl --location --request POST '/adminapi/user/user/fund_management' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 14,
"change_desc": "许久不动该动下了",
"type_balance": 1,
"balance": "50",
"type_frozen_balance": 1,
"frozen_balance": 0,
"type_points": 1,
"points": 0,
"type_growth_points": 1,
"growth_points": 0
}'{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "会员帐户变动明细更新成功"
}
}