简要描述:
请求域名:
请求URL:
GET/&route=plugin.be-within-call.frontend.index.ability
参数:
参数名 |
是否必须 |
类型 |
说明 |
lng |
是 |
string |
计算距离需要 |
lat |
是 |
string |
计算距离需要 |
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": null,
"finish_work_at": null,
"is_hide": 0,
"status": 1,
"created_at": "2023-02-27 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",
"has_one_shifu": {
"id": 3,
"uniacid": 6,
"member_id": 2460,
"identity": 2,
"blacklist": 0,
"province_name": "广东省",
"city_name": "广州市",
"district_name": "白云区",
"street_name": "景泰街道",
"province_id": 440000,
"city_id": 440100,
"district_id": 440111,
"street_id": 440111004,
"longitude": "113.28",
"latitude": "23.18",
"realname": "高级技师",
"mobile": "1503456234",
"other1": "1",
"other2": "",
"other3": "",
"created_at": "2023-03-09 17:36:22",
"apply_status": 1,
"unit": "km",
"distance": 12368.7,
"apply_status_name": "审核通过",
"personal_pic": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
}
}
}
返回参数说明:
data参数说明:
参数名 |
类型 |
说明 |
title |
string |
技能名称 |
title |
string |
技能名称 |
pic_url |
string |
技能图片 |
desc |
string |
技能描述 |
fee |
string |
服务收费金额 |
service_order_num |
string |
服务订单数量 |
has_one_shifu |
obj |
技能师傅数据 |
has_one_shifu参数说明:
参数名 |
类型 |
说明 |
id |
string |
师傅ID |
member_id |
string |
会员ID |
realname |
string |
姓名 |
other1 |
int |
是否培训:1培训、0未培训 |
personal_pic |
string |
师傅图片 |
distance |
string |
距离 |
unit |
string |
距离单位 |
备注: