Explorar el Código

1.添加方法注释。

master
wangwanlei hace 10 meses
padre
commit
837d1f3265

+ 3
- 0
app/src/main/java/com/xhly/manageapp/network/app/AppService.kt Ver fichero

@@ -8,6 +8,9 @@ import retrofit2.http.Body
8 8
 import retrofit2.http.POST
9 9
 
10 10
 interface AppService {
11
+    /**
12
+     * 获得应用列表包含必装应用和推荐
13
+     */
11 14
     @POST(UriAdress.LIST_APP)
12 15
     suspend fun postListApp(@Body listapp: ListAppBean): ResponseData<ArrayList<AppModel>>
13 16
 

Loading…
Cancelar
Guardar