desc:修改服务器地址

main
xiaowusky 1 year ago
parent 8ca3b81ebe
commit 3316d8561c

@ -1,2 +1,2 @@
host=http://192.168.5.6:8080
host=http://139.196.199.45::8080
#host=http://192.168.51.123:8080

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

Loading…
Cancel
Save