更新问候消息

This commit is contained in:
squallzhjch
2023-01-04 17:19:29 +08:00
parent 9492580b84
commit cdb057e477
26 changed files with 361 additions and 334 deletions

View File

@@ -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
}

View File

@@ -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 {