1.更换客服

This commit is contained in:
level 2025-05-29 15:16:14 +08:00
parent 462cdfb2d9
commit 8543ee0546
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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")