简要描述:
- 查看-需求详情页
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.be-within-call.frontend.index.enterprise-need
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
nid | 是 | int | 需求ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "detail",
"data": {
"id": 2,
"uniacid": 6,
"member_id": 2462,
"order_id": 938,
"category_id": 3,
"package_id": 1,
"mark": "",
"order_sn": "SN2303221701387DDC",
"title": "广告",
"pic": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"content": "本企业发布实打实的第三方",
"headline_fee": "10.00",
"is_headline": 1,
"is_hide": 0,
"status": 2,
"pay_time": "2023-03-22 17:59:37",
"audit_time": "2023-03-22 17:59:45",
"close_time": null,
"created_at": "2023-03-22 17:01:23",
"amount": "20.00",
"status_name": "完成",
"pic_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"has_one_enterprise": {
"id": 4,
"member_id": 2462,
"realname": "出刀",
"mobile": "12354567543",
"detail_info": {
"sex": "",
"age": "",
"native_place": "",
"nation": "",
"education": "",
"stature": "",
"weight": "",
"introduce": "大v打发打发发",
"corp_address": "辅导辅导分",
"corp_legal_person": "哈哈哈哈",
"corp_business_scope": "哈哈哈",
"corp_contact_way": "电话"
},
"apply_status_name": "",
"personal_pic": ""
},
"has_one_category": {
"id": 3,
"uniacid": 6,
"sort": 1,
"type": 3,
"title": "企业分类",
"is_show": 1,
"is_recommend": 1,
"created_at": "2023-03-21 14:38:26",
"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 |
order_id | int | 订单ID |
member_id | int | 企业会员ID |
title | string | 需求标题 |
content | string | 内容描述 |
pic_url | string | 图片 |
has_one_category.thumb_url | string | 分类图片 |
has_one_enterprise.id | int | 企业ID |
has_one_enterprise.realname | string | 企业名称 |
has_one_enterprise.detail_info.corp_address | string | 企业地址 |
has_one_enterprise.mobile | int | 企业联系电话 |