{
"name":"绘画分类",
"type": 1,
"status": 1
}curl --location --request POST 'adminapi/square.squareCategory/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"绘画分类",
"type": 1,
"status": 1
}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 17,
"name": "绘画分类",
"sort": 0,
"status": 1,
"type": 1,
"create_time": "2024-08-07 09:55:08",
"relevance_num": 1
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": {
"all_count": 1,
"draw_count": 1,
"music_count": 0,
"video_count": 0
}
}
}