update 移除无关代码

This commit is contained in:
gallonyin
2023-02-27 13:50:06 +08:00
parent 0f792ee75a
commit b28c444b20

View File

@@ -15,7 +15,6 @@ import org.yameida.worktool.Constant
object HostTestHelper {
fun test() {
OkHttpUtil
OkGo.get<String>(Constant.getTestUrl())
.execute(object : StringCallback() {
override fun onSuccess(response: Response<String>) {