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