Browse Source

上传声纹结果

三七 1 tuần trước cách đây
mục cha
commit
93ec242dde

+ 1 - 1
fs-user-app/src/main/java/com/fs/app/controller/CompanyUserController.java

@@ -226,7 +226,7 @@ public class CompanyUserController extends AppBaseController {
                 return R.error((String) ajaxResult.get("msg"));
             }
             voiceService.insertQwSopTempVoiceModel(userId);
-            return R.ok();
+            return R.ok(ajaxResult.get("msg").toString());
         } else {
             try {
                 CloseableHttpClient httpClient = HttpClients.createDefault();