|
|
@@ -12,7 +12,7 @@ public class AiPhotoSpeakResult { |
|
|
|
private String audioPath; |
|
|
|
|
|
|
|
public String getMsgInfo(Integer code, String msg) { |
|
|
|
if (code == 4000 && msg.equals("img_talk success")) { |
|
|
|
if (code == 4000) { |
|
|
|
return "成功"; |
|
|
|
} else if (code == 3006 && msg.equals("miss parameter")) { |
|
|
|
return "却少参数"; |
|
|
|