新增获取网费奖励列表

This commit is contained in:
chy
2025-07-04 18:19:07 +08:00
parent d091d5bbca
commit fd967a7b4d
6 changed files with 105 additions and 0 deletions

View File

@ -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) {
//