智能体会话开发
This commit is contained in:
@@ -373,6 +373,12 @@ interface RaveNowAPI {
|
||||
@Path("id") id: String
|
||||
): Response<DataContainer<AccountProfile>>
|
||||
|
||||
|
||||
@GET("profile/aichat/profile/{id}")
|
||||
suspend fun getAccountProfileByOpenId(
|
||||
@Path("id") id: String
|
||||
): Response<DataContainer<AccountProfile>>
|
||||
|
||||
@POST("user/{id}/follow")
|
||||
suspend fun followUser(
|
||||
@Path("id") id: Int
|
||||
|
||||
Reference in New Issue
Block a user