- 下拉选
- 付费企业端
- 文件系统
- 公共接口
- 系统管理
- 招标管理
- 消息管理
- 供应商管理
- 物资管理
- 合同管理
- 生产管理
- 人员管理
- 结算管理
- 资金管理
- 成本分析
- 供应商端
- 管理端
招标计划详情
开发中
GET
/api/project-plan/{id}
请求参数
Authorization
在 header 添加参数
token
示例:
token: ********************
Path 参数
id
integer
必需
示例值:
1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://cmi-api.gleg.site/api/project-plan/1' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object (企业) | null
必需
id
integer
企业id
manager_id
integer
企业超管id
name
string
企业名称
usc_code
string
企业统一社会信用代码
legal_person_name
string
法人
business_scope
string
经营范围
region_id
null
所在地区id
address
string
详细地址
contact_person
string
联系人
contact_phone
string
联系电话
email
string
邮箱
max_account_num
integer
最多可创建账号数
trial_end_at
integer
试用结束时间
created_at
integer
必需
created_by
integer
必需
updated_at
integer
必需
updated_by
integer
必需
deleted_at
null
必需
deleted_by
null
必需
files
array[object (文件) {13}]
必需
manager
object (用户)
管理员信息
示例
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"manager_id": 0,
"name": "string",
"usc_code": "string",
"legal_person_name": "string",
"business_scope": "string",
"region_id": null,
"address": "string",
"contact_person": "string",
"contact_phone": "string",
"email": "string",
"max_account_num": 0,
"trial_end_at": 0,
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null,
"files": [
{
"id": 0,
"md5": "string",
"origin_name": "string",
"path": "string",
"size": 0,
"duration": 0,
"created_by": 0,
"created_at": 0,
"updated_by": null,
"updated_at": null,
"deleted_by": null,
"deleted_at": null,
"pivot": {
"refer_table_type": 0,
"data_id": 0,
"file_id": 0,
"file_type": 0
}
}
],
"manager": {
"id": 0,
"mobile": "string",
"account": "string",
"name": "string",
"is_enable": true,
"created_at": 0,
"updated_at": 0,
"deleted_at": null,
"created_by": 0,
"updated_by": 0,
"deleted_by": null
}
}
}
修改于 2025-03-13 13:11:03