Browse Source

//..

private_deployment
xhxu 1 year ago
parent
commit
81424d7a40
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      suimangCApi/src/main/java/com/iformall/controller/UserLiveController.java
  2. +1
    -0
      suimangService/src/main/java/com/iformall/service/impl/WxCVoiceServiceImpl.java

+ 1
- 1
suimangCApi/src/main/java/com/iformall/controller/UserLiveController.java View File

@@ -210,7 +210,7 @@ public class UserLiveController extends BaseController {
resultMap.put("status", status);
return resultMap;
}
return wxCVoiceService.getById(id,basicLiveInfo.getPhone());
return wxCVoiceService.getById(id,null);
}

/**


+ 1
- 0
suimangService/src/main/java/com/iformall/service/impl/WxCVoiceServiceImpl.java View File

@@ -57,6 +57,7 @@ public class WxCVoiceServiceImpl implements WxCVoiceService {
audio = new HashMap<>();
audio.put("LocaleName", wxCVoiceTable.getLocalelName());
audio.put("displayname", wxCVoiceTable.getLocalDisPlayName());
audioList.put(wxCVoiceTable.getLanguageId(),audio);
}
List<Map<String, Object>> voiceList = (List<Map<String, Object>>) audio.get("styleList");
if(voiceList == null){


Loading…
Cancel
Save