mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
Change to notifyGetList2
This commit is contained in:
@@ -102,7 +102,7 @@ public interface CustomApi {
|
||||
|
||||
@Headers({"Content-Type:application/json"})
|
||||
@GET("notifications")
|
||||
Call<List<NotificationThread>> notifyGetList(
|
||||
Call<List<NotificationThread>> notifyGetList2(
|
||||
@retrofit2.http.Query("all") Boolean all,
|
||||
@retrofit2.http.Query("status-types") List<String> statusTypes,
|
||||
@retrofit2.http.Query("subject-type") List<String> subjectType,
|
||||
|
||||
Reference in New Issue
Block a user