chong

Update 全能课程控制消息.md

@@ -140,36 +140,7 @@ @@ -140,36 +140,7 @@
140 |-------------|--------|------|----------|------| 140 |-------------|--------|------|----------|------|
141 |omnipotent_video_short_dialog_read_recite_N | String | Y |读背,n是数组下标 从0开始| | 141 |omnipotent_video_short_dialog_read_recite_N | String | Y |读背,n是数组下标 从0开始| |
142 142
143 - ```json 143 +```json
144 - {  
145 - "omnipotent_im": [{  
146 - "action": "omnipotent_article_choice_question",  
147 - "text": "开始文章问题选择题"  
148 - },  
149 - {  
150 - "action": "omnipotent_long_dialog_read_0",  
151 - "text": "开始文章第一段练习"  
152 - },  
153 - {  
154 - "action": "omnipotent_long_dialog_read_1",  
155 - "text": "开始文章第二段练习"  
156 - },  
157 - {  
158 - "action": "omnipotent_long_dialog_read_2",  
159 - "text": "开始文章第三段练习"  
160 - }  
161 - ]  
162 - }  
163 - ```  
164 -  
165 - * 长对话消息  
166 -  
167 - |参数名 | 类型 | 必填 | 说明 | 示例 |  
168 - |-------------|--------|------|----------|------|  
169 - |omnipotent_article_choice_question | String | N |文章问题| |  
170 - |omnipotent_long_dialog_read_N | String | Y |读背,n是数组下标 从0开始| |  
171 -  
172 - ```json  
173 { 144 {
174 "omnipotent_im": [{ 145 "omnipotent_im": [{
175 "action": "omnipotent_video_short_dialog_read_recite_0", 146 "action": "omnipotent_video_short_dialog_read_recite_0",
@@ -182,6 +153,45 @@ @@ -182,6 +153,45 @@
182 ] 153 ]
183 } 154 }
184 ``` 155 ```
  156 +
  157 +
  158 + * 长对话消息
  159 +
  160 + |参数名 | 类型 | 必填 | 说明 | 示例 |
  161 + |-------------|--------|------|----------|------|
  162 + |omnipotent_article_choice_question | String | N |文章问题| |
  163 + |omnipotent_long_dialog_read_N | String | Y |读背,n是数组下标 从0开始| |
  164 +
  165 + ```json
  166 + {
  167 + "omnipotent_im": [{
  168 + "action": "omnipotent_video_short_dialog_read_recite_0",
  169 + "text": "开始对话第1句练习"
  170 + },
  171 + {
  172 + "action": "omnipotent_video_short_dialog_read_recite_1",
  173 + "text": "开始对话第2句练习"
  174 + },
  175 + {
  176 + "action": "omnipotent_video_short_dialog_read_recite_2",
  177 + "text": "开始对话第3句练习"
  178 + },
  179 + {
  180 + "action": "omnipotent_video_short_dialog_read_recite_3",
  181 + "text": "开始对话第4句练习"
  182 + },
  183 + {
  184 + "action": "omnipotent_video_short_dialog_read_recite_4",
  185 + "text": "开始对话第5句练习"
  186 + },
  187 + {
  188 + "action": "omnipotent_video_short_dialog_read_recite_5",
  189 + "text": "开始对话第6句练习"
  190 + }
  191 + ]
  192 + }
  193 + ```
  194 +
185 * 文章消息 195 * 文章消息
186 196
187 |参数名 | 类型 | 必填 | 说明 | 示例 | 197 |参数名 | 类型 | 必填 | 说明 | 示例 |