{
"uuid": "b9977ef1-8784-41a4-a937-0c29a92661c1",
"question": "问题111",
"answer": "答案111",
"images": ["http://www.php-kl.localhost/aa.png"],
"files": [{"name": "aa.doc", "url": "http://www.php-kl.localhost/kk.txt"}]
}curl --location --request POST '/adminapi/know.Embedding/edit' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "b9977ef1-8784-41a4-a937-0c29a92661c1",
"question": "问题111",
"answer": "答案111",
"images": ["http://www.php-kl.localhost/aa.png"],
"files": [{"name": "aa.doc", "url": "http://www.php-kl.localhost/kk.txt"}]
}'{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}