简要描述:
- 需求详情页
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.be-within-call.frontend.index.need
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
lng | 是 | string | 计算距离需要 |
lat | 是 | string | 计算距离需要 |
nid | 是 | int | 需求订单ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "info",
"data": {
"id": 1,
"uniacid": 6,
"member_id": 2455,
"ability_id": null,
"order_id": 915,
"shifu_uid": 2460,
"category_id": 1,
"order_sn": "SN2205261633F5DEE9",
"province_id": 0,
"city_id": 0,
"district_id": 0,
"street_id": 0,
"longitude": "",
"latitude": "",
"address": "",
"title": "上门按摩",
"service_fee": "100.00",
"valid_time": "2023-02-27 17:46:41",
"content": "测试我的爱豆",
"need_type": 0,
"apply_status": 1,
"status": 0,
"start_at": "2023-02-27 17:46:41",
"finish_at": "2023-03-11 14:12:28",
"created_at": null,
"unit": "m",
"distance": 0,
"apply_status_name": "审核通过",
"has_one_category": {
"id": 1,
"uniacid": 6,
"sort": 0,
"type": 1,
"title": "需求分类",
"is_show": 1,
"is_recommend": 1,
"created_at": "2023-02-27 17:46:41",
"thumb": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"thumb_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
},
"has_one_publish": {
"member_id": 2455,
"realname": "测试",
"province_name": "广东省",
"city_name": "广州市",
"district_name": "白云区",
"street_name": "棠景街道",
"avatar_image": "http://demo.yun.cn/static/upload/images/6/2018/04/yCfnKfcWicKXATi5fKI0watW8K0tz0.jpg",
"apply_status_name": "待审核",
"personal_pic": ""
}
}
}
返回参数说明:
data参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 需求ID |
order_id | int | 订单ID |
member_id | int | 发布者会员ID |
title | string | 需求标题 |
content | string | 服务内容 |
start_at | string | 服务开始时间 |
finish_at | string | 服务结束时间 |
valid_time | string | 信息有效期 |
distance | string | 距离 |
unit | string | 距离单位 |
service_fee | int | 服务金额 |
has_one_category.thumb_url | string | 分类图片 |
has_one_publish.star_grade | string | 发布者评分 |
has_one_publish.realname | string | 发布者名称 |
has_one_publish.avatar_image | string | 发布者头像 |
has_one_publish.province_name | string | 发布者省 |
has_one_publish.city_name | string | 发布者市 |
has_one_publish.district_name | string | 发布者区 |
has_one_publish.street_name | string | 发布者街道 |