简要描述:

  • 技能查看

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.be-within-call.frontend.shi-fu.ability-detail

参数:

参数名 是否必须 类型 说明
aid int 技能ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ability",
    "data": {
        "id": 1,
        "uniacid": 6,
        "shifu_uid": 2460,
        "category_id": 2,
        "title": "测试技能",
        "fee": "10.00",
        "desc": "啊啊啊啊啊啊",
        "video": "videos/6/2023/03/f505b17f2c05751ca48c7f31ce7d7bbd.mp4",
        "pic": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
        "start_work_at": 1677491201,
        "finish_work_at": 1677491201,
        "is_hide": 0,
        "status": 1,
        "created_at": "2023-02-27 17:46:41",
        "start_at": "17:46:41",
        "finish_at": "17:46:41",
        "apply_status_name": "审核通过",
        "pic_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
        "video_url": "http://demo.yun.cn/static/upload/videos/6/2023/03/f505b17f2c05751ca48c7f31ce7d7bbd.mp4",
        "start_time_str": "17:46:41",
        "finish_time_str": "17:46:41",
        "has_one_category": {
            "id": 2,
            "title": "技能分类",
            "thumb": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
            "thumb_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
        }
    }
}

返回参数说明:

data参数说明:

参数名 类型 说明
id int 技能ID
title string 技能名称
category_id int 分类ID
has_one_category.title string 分类名称
fee string 服务收费
desc string 技能描述
pic_url string 技能图片
video_url string 短视频
start_time_str string 默认工作开始时间
finish_time_str string 默认工作结束时间
reason string 驳回原因

备注: