update 兼容女神说接口变动

This commit is contained in:
2023-04-01 09:51:26 +08:00
parent b2f35fdc16
commit 43e7713f6b
2 changed files with 5 additions and 2 deletions

View File

@@ -9,9 +9,9 @@ ext {
]
manifestPlaceholders = [
//正式、
serverHost : "https://napi.yaoulive.com",
// serverHost : "https://napi.yaoulive.com",
//测试
// serverHost : "https://ceshi.yaoulive.com",
serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",

View File

@@ -150,6 +150,9 @@ public class LiveAnchorSayPopDialog extends AbsDialogPopupWindow {
}
private void setSayData(String url, String edit) {
if(sayModel==null||sayModel.getLivePreview()==null){
return;
}
LiveNetManager.get(getContext())
.setLivePreviewInfo(
mLiveUid,