Authored by lijian

Merge branch 'develop' of http://git.dev.yoho.cn/platform/yohobuy-doc into develop

... ... @@ -698,15 +698,17 @@ result:
``` json
{
"content": {
0: "{\"text\":\"xiaomao2\"}}}",
1: "{\"text\":\"xiaomao3\"}}}"
0: "{\"template_name\":\"text\",\"data\":{\"text\":\"a1\"}}",
1: "{\"template_name\":\"text\",\"data\":{\"text\":\"a2\"}}"
},
"data_id": {
"data_id": {
0: "id_5743",
1: "id_5744"
},
"rId": "614"
"rId": "621"
}
```
|属性名称|类型|说明|
... ...
合同管理
--------
## 合同状态
| 操作 | status | oprations |
|------------------|--------|-----------|
| 暂存 | 100 | 3 |
| 保存(待审核) | 500 | 3 |
| 待审核->驳回 | 900 | 3 |
| 待审核->审核通过 | 200 | 4 |
| 审核通过->续约 | 500 | 2 |
| 续约->审核通过 | 200 | 2 |
| 续约->驳回 | 900 | 2 |
| 审核通过->解约 | 500 | 1 |
| 解约->审核通过 | 200 | 1(end_agreement:Y)|
| 解约->驳回 | 900 | 1 |
... ...