简要描述:

  • 技能管理

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.be-within-call.frontend.publish.need

参数:

参数名 是否必须 类型 说明
state int 审核状态:-1驳回0待审核1审核通过

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 2,
                "uniacid": 6,
                "member_id": 2455,
                "ability_id": null,
                "order_id": 933,
                "shifu_uid": 2460,
                "category_id": 1,
                "order_sn": "SN230313153102260B",
                "province_id": 440000,
                "city_id": 440100,
                "district_id": 440111,
                "street_id": 440111007,
                "longitude": "113.28",
                "latitude": "23.15",
                "address": "哈哈哈哈",
                "title": "需要安慰",
                "service_fee": "100.00",
                "valid_time": "2023-03-13 18:10:19",
                "content": "本地需要上门服务",
                "need_type": 0,
                "apply_status": 1,
                "status": 1,
                "start_at": "2023-03-13 13:10:19",
                "finish_at": "2023-03-13 20:10:19",
                "created_at": "2023-03-13 15:31:28",
                "audit_time": "2023-03-14 15:17:58",
                "accept_time": null,
                "complete_time": null,
                "close_time": null,
                "is_hide": 0,
                "image_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
                "apply_status_name": "审核通过",
                "status_name": "待接单",
            }
        ],
        "first_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://demo.yun.cn/addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

返回参数说明:

返回参数说明(分页):

参数名 类型 说明
current_page int 当前页数
per_page int 每页条数
to int 当前页条数
total int 总条数(直推人数)
data array 内容数据

data参数说明:

参数名 类型 说明
id int 需求ID
order_id int 订单ID
title string 需求标题
content string 需求内容
image_url string 图片
service_fee string 服务收费
start_time_str string 服务开始时间
finish_time_str string 服务结束时间

备注: