Commit c7c79049 authored by liuyang's avatar liuyang

APK图片抓取识别及轮播流地址抓取,客户端获取配置信息

#BYLSERVER-1438
parent f6747eed
...@@ -3,7 +3,7 @@ package com.duolebo.blyrobot.util ...@@ -3,7 +3,7 @@ package com.duolebo.blyrobot.util
import com.duolebo.appbase.prj.bmtv.protocol.IProtocolConfig import com.duolebo.appbase.prj.bmtv.protocol.IProtocolConfig
class Config: IProtocolConfig { class Config: IProtocolConfig {
private val isDebug = true private val isDebug = false
override fun getProtocolUrl(): String { override fun getProtocolUrl(): String {
if (isDebug) if (isDebug)
...@@ -26,7 +26,10 @@ class Config: IProtocolConfig { ...@@ -26,7 +26,10 @@ class Config: IProtocolConfig {
} }
fun getFtpServer(): String { fun getFtpServer(): String {
return "192.168.2.195" if (isDebug)
return "192.168.2.195"
return "test.duolebo.com"
} }
fun getFtpUserName(): String { fun getFtpUserName(): String {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment