#### **请求方式:** POST
#### **请求地址:** /interview/order
#### **参数说明:**
| 参数 | 参数类型 | 必须 | 说明 |
| --- | --- |--- | --- |
| id| Integer| yes| id值|
| appointment_time| Integer| yes| 预约时间|
#### **返回信息:**
| 参数 | 参数类型 | 必须 | 说明 |
| --- | --- |--- | --- |
| | | | |
#### **返回示例:**
```
{
"code": 0,
"result": "",
"message": "预约成功"
}
```