简要描述:
请求域名:
请求URL:
GET/&route=plugin.be-within-call.frontend.shi-fu.ability
参数:
参数名 |
是否必须 |
类型 |
说明 |
state |
否 |
int |
审核状态:-1驳回0待审核1审核通过 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"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",
"service_order_num": 0,
"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_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"
},
"has_many_need_order": []
}
],
"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 |
title |
string |
技能名称 |
has_one_category.title |
string |
分类名称 |
pic_url |
string |
技能图片 |
fee |
string |
服务收费 |
service_order_num |
string |
已售 |
desc |
string |
技能描述 |
reason |
string |
驳回原因 |
备注: