POST api/admin/goods/category/update
【管理员】【类目管理】类目新增/修改
Request Information
URI Parameters
None.
Body Parameters
TB_Goods_Category| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| name | string |
None. |
|
| orders | integer |
None. |
|
| cover | string |
None. |
|
| description | string |
None. |
|
| create_at | date |
None. |
|
| more | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"name": "sample string 2",
"orders": 1,
"cover": "sample string 3",
"description": "sample string 4",
"create_at": "2026-01-31T03:39:59.0275141+08:00",
"more": "sample string 6"
}
Response Information
Resource Description
【管理员】【类目管理】类目新增/修改
MyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {}
}