1.更换客服
This commit is contained in:
parent
462cdfb2d9
commit
8543ee0546
|
|
@ -205,7 +205,7 @@ open class PublicViewMode : BaseViewMode() {
|
|||
|
||||
fun getYmKefuHost(callback: AsyncBodyCallback) {
|
||||
val rt =
|
||||
NetService.instances.createFreeBaseUrl("https://yingmao.oss-cn-hongkong.aliyuncs.com/")
|
||||
NetService.instances.createFreeBaseUrl("https://pubtofile.oss-cn-hongkong.aliyuncs.com/")
|
||||
doAsyncNoNeedReturn(HttpReqType.GET_HOST) {
|
||||
try { //TODO bug 会引起崩溃
|
||||
var host = rt.getYingMaoKefuHost()
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ interface HttpApi {
|
|||
suspend fun getYuntiRegister(): String
|
||||
|
||||
//客服链接
|
||||
@GET("/ymkefu.txt")
|
||||
@GET("/msl_kefu.txt")
|
||||
suspend fun getYingMaoKefuHost(): String
|
||||
|
||||
@GET("/taizi_kefu.txt")
|
||||
|
|
|
|||
Loading…
Reference in New Issue