实现网费奖励下发和回调接口
This commit is contained in:
@ -314,3 +314,11 @@ type GetUserRewardsCanClaimListRes struct {
|
||||
List interface{} `json:"list"`
|
||||
Total int `json:"total"`
|
||||
}
|
||||
|
||||
type NetfeeCallbackReq struct {
|
||||
g.Meta `path:"/reward/netfeeCallback" method:"post" tags:"Reward" summary:"(8圈)回调"`
|
||||
OrderId string `json:"order_id"`
|
||||
}
|
||||
type NetfeeCallbackRes struct {
|
||||
Success bool `json:"success" dc:"是否成功"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user