Authored by lijian

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

@@ -698,15 +698,17 @@ result: @@ -698,15 +698,17 @@ result:
698 ``` json 698 ``` json
699 { 699 {
700 "content": { 700 "content": {
701 - 0: "{\"text\":\"xiaomao2\"}}}",  
702 - 1: "{\"text\":\"xiaomao3\"}}}" 701 + 0: "{\"template_name\":\"text\",\"data\":{\"text\":\"a1\"}}",
  702 + 1: "{\"template_name\":\"text\",\"data\":{\"text\":\"a2\"}}"
703 }, 703 },
704 "data_id": { 704 "data_id": {
705 0: "id_5743", 705 0: "id_5743",
706 1: "id_5744" 706 1: "id_5744"
707 }, 707 },
708 - "rId": "614" 708 + "rId": "621"
709 } 709 }
  710 +
  711 +
710 ``` 712 ```
711 713
712 |属性名称|类型|说明| 714 |属性名称|类型|说明|
  1 +合同管理
  2 +--------
  3 +
  4 +## 合同状态
  5 +
  6 +| 操作 | status | oprations |
  7 +|------------------|--------|-----------|
  8 +| 暂存 | 100 | 3 |
  9 +| 保存(待审核) | 500 | 3 |
  10 +| 待审核->驳回 | 900 | 3 |
  11 +| 待审核->审核通过 | 200 | 4 |
  12 +| 审核通过->续约 | 500 | 2 |
  13 +| 续约->审核通过 | 200 | 2 |
  14 +| 续约->驳回 | 900 | 2 |
  15 +| 审核通过->解约 | 500 | 1 |
  16 +| 解约->审核通过 | 200 | 1(end_agreement:Y)|
  17 +| 解约->驳回 | 900 | 1 |