POST api/admin/map/feature/copy/update
【管理员】【博物馆审核】新增/更新
Request Information
URI Parameters
None.
Body Parameters
TB_Map_Feature_Copy| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| featureId | string |
None. |
|
| mapId | string |
None. |
|
| typeId | string |
None. |
|
| managerId | string |
None. |
|
| experienceName | string |
None. |
|
| tel | string |
None. |
|
| title | string |
None. |
|
| x | decimal number |
None. |
|
| y | decimal number |
None. |
|
| lon | decimal number |
None. |
|
| lat | decimal number |
None. |
|
| experience | string |
None. |
|
| markerName | string |
None. |
|
| markeraddr | string |
None. |
|
| coverUrl | string |
None. |
|
| addrUrl | string |
None. |
|
| iconUrl | string |
None. |
|
| videoUrl | string |
None. |
|
| content | string |
None. |
|
| status | integer |
None. |
|
| statusEx | integer |
None. |
|
| workAt | string |
None. |
|
| describe | string |
None. |
|
| order | integer |
None. |
|
| updateAt | date |
None. |
|
| createAt | date |
None. |
|
| more | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"featureId": "sample string 2",
"mapId": "sample string 3",
"typeId": "sample string 4",
"managerId": "sample string 5",
"experienceName": "sample string 6",
"tel": "sample string 7",
"title": "sample string 8",
"x": 1.1,
"y": 1.1,
"lon": 1.1,
"lat": 1.1,
"experience": "sample string 9",
"markerName": "sample string 10",
"markeraddr": "sample string 11",
"coverUrl": "sample string 12",
"addrUrl": "sample string 13",
"iconUrl": "sample string 14",
"videoUrl": "sample string 15",
"content": "sample string 16",
"status": 17,
"statusEx": 18,
"workAt": "sample string 19",
"describe": "sample string 20",
"order": 21,
"updateAt": "2026-01-12T07:48:17.9209405+08:00",
"createAt": "2026-01-12T07:48:17.9209405+08:00",
"more": "sample string 24"
}
application/xml, text/xml
Sample:
<TB_Map_Feature_Copy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.Api"> <addrUrl>sample string 13</addrUrl> <content>sample string 16</content> <coverUrl>sample string 12</coverUrl> <createAt>2026-01-12T07:48:17.9209405+08:00</createAt> <describe>sample string 20</describe> <experience>sample string 9</experience> <experienceName>sample string 6</experienceName> <featureId>sample string 2</featureId> <iconUrl>sample string 14</iconUrl> <id>sample string 1</id> <lat>1.1</lat> <lon>1.1</lon> <managerId>sample string 5</managerId> <mapId>sample string 3</mapId> <markerName>sample string 10</markerName> <markeraddr>sample string 11</markeraddr> <more>sample string 24</more> <order>21</order> <status>17</status> <statusEx>18</statusEx> <tel>sample string 7</tel> <title>sample string 8</title> <typeId>sample string 4</typeId> <updateAt>2026-01-12T07:48:17.9209405+08:00</updateAt> <videoUrl>sample string 15</videoUrl> <workAt>sample string 19</workAt> <x>1.1</x> <y>1.1</y> </TB_Map_Feature_Copy>
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>