POST api/admin/plaque/type/update
【管理员】【百街百姓百门匾】【分类】新增/更新
Request Information
URI Parameters
None.
Body Parameters
TB_Plaque_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| title | string |
None. |
|
| order | integer |
None. |
|
| describe | string |
None. |
|
| relateUrl | string |
None. |
|
| btnUrl | string |
None. |
|
| status | integer |
None. |
|
| createAt | date |
None. |
|
| updateAt | date |
None. |
|
| more | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"title": "sample string 2",
"order": 3,
"describe": "sample string 4",
"relateUrl": "sample string 5",
"btnUrl": "sample string 6",
"status": 7,
"createAt": "2026-01-12T07:53:04.4786658+08:00",
"updateAt": "2026-01-12T07:53:04.4786658+08:00",
"more": "sample string 8"
}
application/xml, text/xml
Sample:
<TB_Plaque_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.Api"> <btnUrl>sample string 6</btnUrl> <createAt>2026-01-12T07:53:04.4786658+08:00</createAt> <describe>sample string 4</describe> <id>sample string 1</id> <more>sample string 8</more> <order>3</order> <relateUrl>sample string 5</relateUrl> <status>7</status> <title>sample string 2</title> <updateAt>2026-01-12T07:53:04.4786658+08:00</updateAt> </TB_Plaque_Type>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
【管理员】【百街百姓百门匾】【分类】新增/更新
MyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
-1表示失败,0表示成功 |
integer |
None. |
| msg |
错误信息 |
string |
None. |
| data |
响应消息 |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<MyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tools"> <code>1</code> <data /> <msg>sample string 2</msg> </MyResponse>