购买装扮参数修改
This commit is contained in:
@@ -52,7 +52,7 @@ object DecorationModel : BaseModel() {
|
||||
@POST("/dress/shop/buy")
|
||||
suspend fun buyDecoration(
|
||||
@Field("dressType") dressType: Int,
|
||||
@Field("dressId") dressId: Int
|
||||
@Field("id") id: Int
|
||||
): ServiceResult<String>
|
||||
|
||||
/**
|
||||
@@ -64,7 +64,7 @@ object DecorationModel : BaseModel() {
|
||||
@POST("/dress/shop/give")
|
||||
fun sendDecoration(
|
||||
@Field("dressType") dressType: Int,
|
||||
@Field("dressId") dressId: Int,
|
||||
@Field("id") id: Int,
|
||||
@Field("targetUid") targetUid: Long,
|
||||
): Single<ServiceResult<String>>
|
||||
|
||||
|
Reference in New Issue
Block a user