From 2f7c993b5d856f852645d998385be8fcec82acea Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期三, 08 四月 2020 09:42:52 +0800
Subject: [PATCH] 完成http下载地图和车辆模型,目前app每次重启都会下载地图

---
 app/src/main/java/safeluck/drive/evaluation/httpmodule/RetrofitCreator.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/safeluck/drive/evaluation/httpmodule/RetrofitCreator.kt b/app/src/main/java/safeluck/drive/evaluation/httpmodule/RetrofitCreator.kt
index 117ba49..af8ae0b 100644
--- a/app/src/main/java/safeluck/drive/evaluation/httpmodule/RetrofitCreator.kt
+++ b/app/src/main/java/safeluck/drive/evaluation/httpmodule/RetrofitCreator.kt
@@ -10,7 +10,7 @@
 
         private val REST_SERVICE = RETROFIT_CLIENT.create(AYApiService::class.java)
 
-        public fun getRestService()=REST_SERVICE
+        fun getRestService()=REST_SERVICE
     }
 
 

--
Gitblit v1.8.0