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