修改未登录任务列表查询
This commit is contained in:
@ -15,7 +15,6 @@ type (
|
||||
// Create 创建奖励
|
||||
Create(ctx context.Context, in *model.RewardCreateIn) (out *model.RewardCreateOut, err error)
|
||||
// Update 更新奖励
|
||||
// Update 更新奖励
|
||||
Update(ctx context.Context, in *model.RewardUpdateIn) (out *model.RewardUpdateOut, err error)
|
||||
// Delete 删除奖励
|
||||
Delete(ctx context.Context, in *model.RewardDeleteIn) (out *model.RewardDeleteOut, err error)
|
||||
|
||||
Reference in New Issue
Block a user