Skip to content

Commit

Permalink
修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
XhhAndroid committed Jan 22, 2021
1 parent d184d30 commit 9aa18b6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
11 changes: 11 additions & 0 deletions app/src/main/java/com/xh/android/MiBaseUrlProvider.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.xh.android

import com.h.android.http.UrlProvider

/**
*2021/1/22
*@author zhangxiaohui
*@describe
*/
interface MiBaseUrlProvider : UrlProvider {
}
12 changes: 12 additions & 0 deletions app/src/main/java/com/xh/android/TestApiService.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.xh.android

import com.h.android.http.interceptor.BaseUrlProvider

/**
*2021/1/22
*@author zhangxiaohui
*@describe
*/
@BaseUrlProvider(MiBaseUrlProvider::class)
interface TestApiService {
}
18 changes: 0 additions & 18 deletions handroid/src/main/java/com/h/android/http/BaseUrlProvider.java

This file was deleted.

0 comments on commit 9aa18b6

Please sign in to comment.