Browse Source

1.添加方法注释。

master
wangwanlei 10 months ago
parent
commit
837d1f3265
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      app/src/main/java/com/xhly/manageapp/network/app/AppService.kt

+ 3
- 0
app/src/main/java/com/xhly/manageapp/network/app/AppService.kt View 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…
Cancel
Save