用户信息调整
This commit is contained in:
@@ -523,6 +523,7 @@ interface RaveNowAPI {
|
||||
@Query("page") page: Int = 1,
|
||||
@Query("pageSize") pageSize: Int = 20,
|
||||
@Query("withWorkflow") withWorkflow: Int = 1,
|
||||
@Query("authorId") authorId: Int? = null,
|
||||
): Response<DataContainer<ListContainer<Agent>>>
|
||||
|
||||
@GET("outside/my/prompts")
|
||||
|
||||
Reference in New Issue
Block a user