用户信息调整
This commit is contained in:
@@ -89,7 +89,8 @@ interface AgentService {
|
||||
*/
|
||||
suspend fun getAgent(
|
||||
pageNumber: Int,
|
||||
pageSize: Int = 20
|
||||
pageSize: Int = 20,
|
||||
authorId: Int? = null
|
||||
): ListContainer<AgentEntity>
|
||||
|
||||
}
|
||||
|
||||
@@ -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