---
title: "发送红包接口"
method: POST
path: "/redpacket/sendRedPack"
tags: ["红包接口"]
---

# 发送红包接口

`POST /redpacket/sendRedPack`

## Query parameters

- `uid` integer, required
- `sendRedPacketReq` SendRedPacketReq, required
  - `uid` integer, required
  - `roomUid` integer, required
  - `gold` integer, required
  - `num` integer, required
  - `blessingWord` string
  - `countDownTime` integer, required
  - `type` integer
  - `giftId` integer
  - `giftGold` integer
  - `giftUrl` string
  - `vipLevel` integer
- `deviceInfo` DeviceInfo, required
  - `os` string
  - `osVersion` string
  - `app` string
  - `ispType` string
  - `netType` string
  - `model` string
  - `appVersion` string
  - `deviceId` string
  - `channel` string
  - `emulator` boolean
  - `loginIp` string
  - `idfa` string
  - `imei` string
  - `oaid` string
  - `androidId` string
  - `loginType` string
  - `lang` string
  - `namespaceId` string
  - `simpleCode` string
  - `domainName` string
  - `uid` integer

## Response `200`

success

---

[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)
