update 兼容女神说接口变动
This commit is contained in:
parent
b2f35fdc16
commit
43e7713f6b
@ -9,9 +9,9 @@ ext {
|
|||||||
]
|
]
|
||||||
manifestPlaceholders = [
|
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",
|
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
|
||||||
|
@ -150,6 +150,9 @@ public class LiveAnchorSayPopDialog extends AbsDialogPopupWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void setSayData(String url, String edit) {
|
private void setSayData(String url, String edit) {
|
||||||
|
if(sayModel==null||sayModel.getLivePreview()==null){
|
||||||
|
return;
|
||||||
|
}
|
||||||
LiveNetManager.get(getContext())
|
LiveNetManager.get(getContext())
|
||||||
.setLivePreviewInfo(
|
.setLivePreviewInfo(
|
||||||
mLiveUid,
|
mLiveUid,
|
||||||
|
Loading…
Reference in New Issue
Block a user