Donation Module
Updated: 2025-02-28 14:41:01
1. Feature Overview
打赏模块(donate) is a module for handling donation-related features, primarily used to retrieve channel donation settings, submit donation information, and more.
2. API Method Overview
| API Method | Description |
|---|---|
| getDonateConfig | Get channel donation configuration |
| isShowDonateCash | Determine whether to show cash donation |
| isShowDonateCashGood | Determine whether to show cash item donation |
| isShowDonatePointGood | Determine whether to show point item donation |
| isFreeReward | Determine if it is a free gift |
| getDonateGoods | Get donation item information |
| payDonate | Pay for donation |
| checkDonatePayStatus | Check donation payment status |
| getDonateSurplusPoint | Get the current user's remaining donation points |
| payDonatePoint | Pay with donation points |
| getDonateSvgaUrl | Get donation SVGA URL |
