简要描述:
请求域名:
- http://xx.com
请求URL:
POST/plugin.customer-archive.frontend.customer-archive.get-project-info
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
project_id | 是 | int | 项目id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"id": 1,
"uniacid": 1,
"customer_archive_id": 1,
"name": "ss",
"teacher_name": 22333,
"price": "222.00",
"remark": "sdasdasd",
"image_list": null,
"created_at": null,
"updated_at": null
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 项目id |
name | string | 项目名称 |
teacher_name | string | 操作老师名称 |
price | string | 价格 |
remark | string | 备注 |
image_list | array | 图片数组 |