Showing
2 changed files
with
13 additions
and
3 deletions
| ... | ... | @@ -110,12 +110,22 @@ |
| 110 | 110 | }, |
| 111 | 111 | { |
| 112 | 112 | checked: false, |
| 113 | - name: '成功', | |
| 113 | + name: '响应成功', | |
| 114 | 114 | type: 'SUCCESSFUL' |
| 115 | 115 | }, |
| 116 | 116 | { |
| 117 | 117 | checked: false, |
| 118 | - name: '失败', | |
| 118 | + name: '发送成功', | |
| 119 | + type: 'DELIVERED' | |
| 120 | + }, | |
| 121 | + { | |
| 122 | + checked: false, | |
| 123 | + name: '已过期', | |
| 124 | + type: 'EXPIRED' | |
| 125 | + }, | |
| 126 | + { | |
| 127 | + checked: false, | |
| 128 | + name: '响应失败', | |
| 119 | 129 | type: 'FAILED' |
| 120 | 130 | } |
| 121 | 131 | ], | ... | ... |