书籍列表接口新增参数
This commit is contained in:
15
api/ads/ads.go
Normal file
15
api/ads/ads.go
Normal file
@ -0,0 +1,15 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package ads
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"server/api/ads/v1"
|
||||
)
|
||||
|
||||
type IAdsV1 interface {
|
||||
Upload(ctx context.Context, req *v1.UploadReq) (res *v1.UploadRes, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user