🔑 CDK System
WkKit provides a redeem code (CDK) system for generating and managing gift codes.
Commands
Create CDK
/wk cdk create <amount> <kitName> <mark>
Verify CDK
/wk cdk verify <cdk>
Exchange CDK
/wk cdk exchange <cdk>
Export CDK
/wk cdk export <mark>
Configuration
Set your CDK key in config.yml:
KitCode:
Key: 'your-secret-key'
Important
- Keep your key safe
- Changing the key invalidates all existing CDKs
- Use a complex random string
Use Cases
- Events - Generate event-specific codes
- Promotions - Create promotional codes
- VIP Benefits - VIP exclusive codes
- Compensation - Batch compensation codes
