update 移除无关代码
This commit is contained in:
@@ -15,7 +15,6 @@ import org.yameida.worktool.Constant
|
|||||||
object HostTestHelper {
|
object HostTestHelper {
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
OkHttpUtil
|
|
||||||
OkGo.get<String>(Constant.getTestUrl())
|
OkGo.get<String>(Constant.getTestUrl())
|
||||||
.execute(object : StringCallback() {
|
.execute(object : StringCallback() {
|
||||||
override fun onSuccess(response: Response<String>) {
|
override fun onSuccess(response: Response<String>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user