禁渔区接口
开发中
GET
/unfishingArea
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://m1.apifoxmock.com/m1/6291200-0-default/unfishingArea'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {6}]
必需
id
integer
必需
image
string
必需
title
string
必需
type
string
必需
city
string
必需
area
string
必需
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 1,
"image": "http://ncyunhua.com:9090/diaoyoubao/unfishingArea1.jpg",
"title": "红谷滩水上消防支队",
"type": "禁钓区",
"city": "南昌市",
"area": "红谷滩区"
},
{
"id": 2,
"image": "http://ncyunhua.com:9090/diaoyoubao/unfishingArea2.jpg",
"title": "朝阳大桥",
"type": "禁钓区",
"city": "南昌市",
"area": "朝阳区"
},
{
"id": 3,
"image": "http://ncyunhua.com:9090/diaoyoubao/unfishingArea3.jpg",
"title": "八一大桥",
"type": "禁钓区",
"city": "南昌市",
"area": "西湖区"
},
{
"id": 4,
"image": "http://ncyunhua.com:9090/diaoyoubao/unfishingArea4.jpg",
"title": "南昌大桥",
"type": "禁钓区",
"city": "南昌市",
"area": "东湖区"
},
{
"id": 5,
"image": "http://ncyunhua.com:9090/diaoyoubao/unfishingArea5.jpg",
"title": "蒋巷",
"type": "禁钓区",
"city": "南昌市",
"area": "新建区"
},
{
"id": 6,
"image": "http://ncyunhua.com:9090/diaoyoubao/unfishingArea6.jpg",
"title": "五星农垦",
"type": "禁钓区",
"city": "南昌市",
"area": "新建区"
}
]
}
修改于 2025-04-27 00:17:55