Leg/Phase Operations
# Leg/Phase Operations(To Be Continue
## OMS 指令规范
示例1:
```json
{
// 命令种类字段
OrderType: "LEGDISABLE",
// 该命令涉及的测试的相关信息字段
currentPage: "flightLegAndPhase",
}
```
### OrderType指令种类
| OrderType | 描述|
| ---- | ---- |
| LEGDISABLE | **flightLegAndPhase**页面中,对Leg发出disable中止指令|
| LEGENABLE | **flightLegAndPhase**页面中,对Leg发出enable使能指令|
| PHASEDISABLE | **flightLegAndPhase**页面中,对Phase发出disable中止指令|
| PHASEENABLE | **flightLegAndPhase**页面中,对Phase发出enable使能指令|
### 返回信息
成功信息:
```json
{
status: "success",
message: "Successfully connected"
}
```
失败信息:
```json
{
status: "fail",
message: "Can't connect the server."
}
```