Redeem Code API
Used to redeem membership or points using a redemption code.
Request URL GET / POST
http
https://nobase.cn/api/exchange/codeRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| user | string | ✅ Yes | User account |
| token | string | ✅ Yes | User token |
| code | string | ✅ Yes | Redemption code |
TIP
Please refer to the Chinese documentation for more details.

