查询任务排行,新增游戏基本接口
This commit is contained in:
15
api/task/task.go
Normal file
15
api/task/task.go
Normal file
@ -0,0 +1,15 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package task
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"server/api/task/v1"
|
||||
)
|
||||
|
||||
type ITaskV1 interface {
|
||||
Ranking(ctx context.Context, req *v1.RankingReq) (res *v1.RankingRes, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user