Sfoglia il codice sorgente

1.添加方法注释。

master
wangwanlei 1 anno fa
parent
commit
837d1f3265

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

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

Loading…
Annulla
Salva