{
"bind_id": 0,
"real_name": "string"
}curl --location --request POST 'https://web.richen8.cn/api/v1/alipay/update-real-name' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"bind_id": 0,
"real_name": "string"
}'{
"code": 0,
"message": "success",
"data": {
"bind_id": 33,
"real_name": "渠玲",
"updated_at": "2025-07-11T11:26:15.0517157+08:00",
"message": "支付宝绑定实名信息更新成功"
}
}