更新问候消息
This commit is contained in:
@@ -2,6 +2,6 @@ package com.navinfo.volvo.http
|
||||
|
||||
class DefaultResponse<T> {
|
||||
var code: Int = 0
|
||||
var message: String = ""
|
||||
var msg: String = ""
|
||||
var data: T? = null
|
||||
}
|
||||
@@ -1,10 +1,7 @@
|
||||
package com.navinfo.volvo.http
|
||||
|
||||
import com.navinfo.volvo.db.dao.entity.Attachment
|
||||
import retrofit2.Retrofit
|
||||
import retrofit2.converter.gson.GsonConverterFactory
|
||||
import retrofit2.create
|
||||
import java.io.File
|
||||
|
||||
class NavinfoVolvoCall {
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user