实现网费奖励下发和回调接口
This commit is contained in:
@ -44,3 +44,9 @@ type UserClaimReward struct {
|
||||
RewardName string `json:"rewardName" orm:"reward_name"`
|
||||
SimpleReward SimpleReward `json:"reward" orm:"with:id=reward_id"`
|
||||
}
|
||||
type NetfeeCallbackIn struct {
|
||||
OrderId string
|
||||
}
|
||||
type NetfeeCallbackOut struct {
|
||||
Success bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user