同步PIKO:送礼接口修改为V5

This commit is contained in:
max
2024-04-18 11:26:57 +08:00
parent 5946726d0b
commit e7d2c0cf75

View File

@@ -703,7 +703,7 @@ public class GiftModel extends BaseModel implements IGiftModel {
* @param giftSource 礼物来源1:普通2:背包3:师徒
* @return
*/
@POST("/gift/sendV4")
@POST("/gift/sendV5")
@FormUrlEncoded
Single<ServiceResult<GiftMultiReceiverInfo>> sendGift(
@Field("uid") long uid,