{
"id": 1,
"name": "大胖孙",
"avatar": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"image": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"wide_stay_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"wide_talk_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"vertical_stay_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"vertical_talk_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"dubbing": "xiaoyan",
"idle_time": 10,
"idle_reply": "我是闲时回复"
}
curl --location --request POST '/api/kb.digital/edit?id=1' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "大胖孙",
"avatar": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"image": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"wide_stay_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"wide_talk_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"vertical_stay_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"vertical_talk_video": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"dubbing": "xiaoyan",
"idle_time": 10,
"idle_reply": "我是闲时回复"
}'
{
"code": 1,
"show": 1,
"msg": "编辑成功",
"data": []
}