Commit c7ecc6554f15cd0d2c1ded1eb80d1bac395ca513
1 parent
bcae61ae
update
Showing
1 changed file
with
4 additions
and
5 deletions
src/main/java/com/cnlive/shenhe/api/AudioControllerApi.java
| @@ -166,12 +166,12 @@ public class AudioControllerApi { | @@ -166,12 +166,12 @@ public class AudioControllerApi { | ||
| 166 | } | 166 | } |
| 167 | } | 167 | } |
| 168 | if (action == 1 && asrStatus == 3) { | 168 | if (action == 1 && asrStatus == 3) { |
| 169 | - newYiDunMsg.setDesc_msg("易盾文本审核文本嫌疑" + labelMsg + ")"); | ||
| 170 | - newshyAudio.setMsg("易盾文本审核文本嫌疑" + labelMsg + ")"); | 169 | + newYiDunMsg.setDesc_msg("易盾点播音频审核音频嫌疑" + labelMsg + ")"); |
| 170 | + newshyAudio.setMsg("易盾点播音频审核音频嫌疑" + labelMsg + ")"); | ||
| 171 | } | 171 | } |
| 172 | if (action == 2 && asrStatus == 3) { | 172 | if (action == 2 && asrStatus == 3) { |
| 173 | - newYiDunMsg.setDesc_msg("易盾文本审核文本违规" + labelMsg + ")"); | ||
| 174 | - newshyAudio.setMsg("易盾文本审核文本违规" + labelMsg + ")"); | 173 | + newYiDunMsg.setDesc_msg("易盾点播音频审核音频违规" + labelMsg + ")"); |
| 174 | + newshyAudio.setMsg("易盾点播音频审核音频违规" + labelMsg + ")"); | ||
| 175 | 175 | ||
| 176 | } | 176 | } |
| 177 | newshyAudio.setState(0); | 177 | newshyAudio.setState(0); |
| @@ -193,7 +193,6 @@ public class AudioControllerApi { | @@ -193,7 +193,6 @@ public class AudioControllerApi { | ||
| 193 | } | 193 | } |
| 194 | } catch (NumberFormatException e) { | 194 | } catch (NumberFormatException e) { |
| 195 | e.printStackTrace(); | 195 | e.printStackTrace(); |
| 196 | - | ||
| 197 | } | 196 | } |
| 198 | } | 197 | } |
| 199 | } | 198 | } |