---
title: "发送礼物"
method: POST
path: "/api/gift/send"
tags: ["礼物模块"]
---

# 发送礼物

`POST /api/gift/send`

支持单人/多人/全房间送礼，支持金币/背包/混合支付

## Query parameters

- `request` GiftSendRequest, required
  - `clientRequestId` string
  - `uid` integer
  - `sendType` integer
  - `giftId` integer
  - `giftNum` integer
  - `targetUids` integer[]
  - `roomUid` integer
  - `consumeType` integer
  - `wholeMic` boolean — 是否全麦
  - `comboId` integer — 客户端透传
  - `comboCount` integer — 客户端透传
  - `comboFrequencyCount` integer — 客户端透传
  - `comboTargetName` string — 客户端透传
  - `comboIndex` integer — 客户端透传

## Response `200`

OK

---

[API](https://skmtc.dev/oloo/apis/openapi-definition.md) · [All operations](https://skmtc.dev/oloo/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oloo/openapi-definition/revisions/c0963217c1b7/schema)
