{
"name":"绘画分类",
"type": 1,
"status": 1
}curl --location --request POST 'adminapi/square.squareCategory/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"绘画分类",
"type": 1,
"status": 1
}'{
"code": 1,
"show": 1,
"msg": "编辑成功",
"data": []
}