{
"id":1,
"category_id":1,
"content":"我是正文",
"pics":[{
"image":"a.png"
}]
}curl --location '/adminapi/salesman/material/update' \
--header 'Content-Type: application/json' \
--data '{
"id":1,
"category_id":1,
"content":"我是正文",
"pics":[{
"image":"a.png"
}]
}'{}