在建项目-详情-竣工备案列表
GET
https://micro-gfyx-api.b2btst.com/v1/business_opportunity/project/building/detail-completion-filing
自动化已维护
最后修改时间:2024-02-23 02:54:26
责任人:炳为
请求参数
Query 参数
id
string
项目id
示例值:
f3175261-1386-402a-8cc6-6d37b4750dff
page
integer
必需
示例值:
1
page_size
integer
必需
示例值:
10
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Authorization
string
必需
示例值:
{{小程序登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
必需
list
array [object {7}] | null
必需
示例
{
"data": {
"total": 1,
"list": [
{
"actual_construction_scale": "120019.82",
"actual_cost": "16802.77",
"actual_start_date": "2021-12-08 00:00:00",
"filing_date": "2023-09-05 00:00:00",
"id": 999141,
"project_id": "f3175261-1386-402a-8cc6-6d37b4750dff",
"project_num": "4309222309190002",
"update_time": ""
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 02:54:26