main
chenweijie 7 months ago
parent 108f028e3c
commit 0baf39613d

@ -1,3 +1,3 @@
host=http://121.41.168.18:8080
host=http://47.122.20.47:8080
#host=http://192.168.1.102:8080
#host=http://192.168.51.123:8080

@ -78,7 +78,7 @@ object RequestManager {
.client(builder.build())
.addCallAdapterFactory(RxJava3CallAdapterFactory.create())
.addConverterFactory(GsonConverterFactory.create())
.baseUrl("http://121.41.168.18:8080")
.baseUrl("http://47.122.20.47:8080")
.build()
}

Loading…
Cancel
Save