小程序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
/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
上一页
钓鱼区接口
下一页
钓友圈接口
Built with