钓鱼区接口
开发中
GET
/fishingArea
请求参数
无
示例代码
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/fishingArea'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
id
integer
必需
image
string
必需
title
string
必需
type
string
必需
price
string
必需
city
string
必需
area
string
必需
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 1,
"image": "http://ncyunhua.com:9090/diaoyoubao/fishingArea1.jpg",
"title": "滨江月季园",
"type": "野钓",
"price": "免费",
"city": "南昌市",
"area": "红谷滩区"
},
{
"id": 2,
"image": "http://ncyunhua.com:9090/diaoyoubao/fishingArea2.jpg",
"title": "鱼尾洲公园",
"type": "野钓",
"price": "免费",
"city": "南昌市",
"area": "青山湖区"
},
{
"id": 3,
"image": "http://ncyunhua.com:9090/diaoyoubao/fishingArea3.jpg",
"title": "七家坊",
"type": "野钓",
"price": "免费",
"city": "南昌市",
"area": "红谷滩区"
},
{
"id": 4,
"image": "http://ncyunhua.com:9090/diaoyoubao/fishingArea4.jpg",
"title": "国奥垂钓俱乐部",
"type": "斤塘",
"price": "鱼获15元/斤",
"city": "南昌市",
"area": "青云谱区"
},
{
"id": 5,
"image": "http://ncyunhua.com:9090/diaoyoubao/fishingArea5.jpg",
"title": "赣江市民公园",
"type": "野钓",
"price": "免费",
"city": "南昌市",
"area": "红谷滩区"
},
{
"id": 6,
"image": "http://ncyunhua.com:9090/diaoyoubao/fishingArea6.jpg",
"title": "老杨垂钓园",
"type": "练竿塘",
"price": "50一天,可带走两条鱼",
"city": "南昌市",
"area": "新建区"
}
]
}
修改于 2025-04-25 09:27:41