新增奖励回调

This commit is contained in:
chy
2025-06-19 16:47:57 +08:00
parent 64f63e6b28
commit 826218eae1

View File

@ -54,3 +54,8 @@ type DeleteReq struct {
type DeleteRes struct {
Success bool `json:"success" dc:"是否成功"`
}
type CallbackReq struct {
g.Meta `path:"/reward/callback" method:"post" tags:"Reward" summary:"(tencent)回调"`
UserId int64 `json:"userId" v:"required#用户ID不能为空" dc:"用户ID"`
}