新增获取网费奖励列表
This commit is contained in:
@ -20,6 +20,8 @@ type (
|
||||
Delete(ctx context.Context, in *model.RewardDeleteIn) (out *model.RewardDeleteOut, err error)
|
||||
// List 奖励列表
|
||||
List(ctx context.Context, in *model.RewardListIn) (out *model.RewardListOut, err error)
|
||||
// ListInternetCharge 网费奖励列表
|
||||
ListInternetCharge(ctx context.Context, in *model.RewardListIn) (out *model.InternetChargeRewardListOut, err error)
|
||||
// GetLift 领取奖励
|
||||
// func (s *sReward) GetLift(ctx context.Context, in *model.GetRewardIn) (out *model.GetRewardOut, err error) {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user