新增奖励回调
This commit is contained in:
@ -54,3 +54,8 @@ type DeleteReq struct {
|
|||||||
type DeleteRes struct {
|
type DeleteRes struct {
|
||||||
Success bool `json:"success" dc:"是否成功"`
|
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"`
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user