装扮商城新增充值入口

This commit is contained in:
huangjian
2022-07-29 11:02:34 +08:00
parent 09e932ce0a
commit be882c861f
6 changed files with 90 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ object DecorationModel : BaseModel() {
* @return
*/
@FormUrlEncoded
@POST("/dress/shop/send")
@POST("/dress/shop/give")
fun sendDecoration(
@Field("dressType") dressType: Int,
@Field("dressId") dressId: Int,