Skip to content

Commit

Permalink
换了下ip
Browse files Browse the repository at this point in the history
  • Loading branch information
472530498 committed May 25, 2019
1 parent e4fb979 commit 801be79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public void afterEvent(int event, int result, Object data) {
.connectTimeout(30, TimeUnit.SECONDS)
.build();
Retrofit retrofit = new Retrofit.Builder()
.baseUrl("http://192.168.1.8:7001/")
.baseUrl("http://192.168.3.103:7001/")
.addConverterFactory(GsonConverterFactory.create())
.client(okHttpClient)
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
.connectTimeout(30, TimeUnit.SECONDS)
.build();
Retrofit retrofit = new Retrofit.Builder()
.baseUrl("http://192.168.1.6:7001/")
.baseUrl("http://192.168.3.103:7001/")
.addConverterFactory(GsonConverterFactory.create())
.client(okHttpClient)
.build();
Expand Down

0 comments on commit 801be79

Please sign in to comment.