🎨 新增兑换码功能,新增vip过期检测定时任务
This commit is contained in:
8
model/app/vo/cdk.go
Normal file
8
model/app/vo/cdk.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package vo
|
||||
|
||||
import "git.echol.cn/loser/lckt/model/app"
|
||||
|
||||
type CDKVo struct {
|
||||
Eid uint `json:"eid"` // 兑换码库ID
|
||||
CDK []app.CDK `json:"cdk"` // 生成的兑换码
|
||||
}
|
||||
Reference in New Issue
Block a user