调整任务查询,回调,奖励类型查询
This commit is contained in:
@ -501,3 +501,7 @@ func (s *gamelifeClient) RequestActivity(ctx context.Context, in *model.QQNetbar
|
||||
return nil, ecode.Fail.Sub(fmt.Sprintf("不支持的任务: %s", in.ServiceName))
|
||||
}
|
||||
}
|
||||
|
||||
func (s *gamelifeClient) GetSecret() string {
|
||||
return s.config.Secret
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user