We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sona-android 项目包含7个模块
package cn.bixin.sona.demo.constant object Config { const val MERCURY_IP = "x.x.x.x" // 配置长连服务ip const val MERCURY_PORT = 8080 // 配置长连服务端口 const val DEMO_HOST = "http://x.x.x.x" // 配置demo服务host }
package cn.bixin.sona.util; public interface SonaConstant { String API_RELEASE = "http://x.x.x.x"; // 配置sona服务host }