小程序api接口
  1. 钓鱼宝
小程序api接口
  • 钓鱼宝
    • 钓具装备接口 Copy
      GET
    • 钓鱼区接口
      GET
    • 禁渔区接口
      GET
    • 钓友圈接口
      GET
    • 钓鱼推文内容接口
      GET
  • 南云运动会
    • 1
      GET
    • 2
      GET
    • 3
      GET
    • 4
      GET
    • 5
      GET
    • 6
      GET
    • 7
      GET
  • 南云果园API
    • 查询全部水果
      GET
    • 按类别分类查询
      GET
    • 增加水果信息
      POST
    • 删除水果信息
      DELETE
    • 修改水果信息
      PUT
    • 显示全部订单
      GET
    • 按商品名或类别模糊查询订单
      GET
    • 删除订单
      DELETE
    • 修改订单数量
      PUT
    • 添加订单
      POST
  1. 钓鱼宝

钓鱼区接口

开发中
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
上一页
钓具装备接口 Copy
下一页
禁渔区接口
Built with