修改主播端选择分辨率的方法,接口新增参数

This commit is contained in:
18401019693
2023-01-05 18:13:43 +08:00
parent 2f413e260e
commit d26a687385
7 changed files with 39 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ ext {
//正式
// serverHost : "https://napi.yaoulive.com",
// 測試
//
serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
@@ -25,7 +25,7 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
isGooglePlay : true,
//是否上报异常日志
isUploadLog : false
]