美文网首页
retrofit2 DELETE使用

retrofit2 DELETE使用

作者: 菜鸟考官 | 来源:发表于2020-12-14 16:01 被阅读0次
    /**
     *删除购物车条目
     */
    @HTTP(method = "DELETE", path = "cart/deletes", hasBody = true)
    suspend fun deleteShopCart(
        @Body mShopCartDeleteParams: MutableList<ShopCartDeleteParams>
    ): DataResponse<Boolean>

    相关文章

      网友评论

          本文标题:retrofit2 DELETE使用

          本文链接:https://www.haomeiwen.com/subject/nuwvgktx.html