MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetAllSecondKillEventsReq

Struct GetAllSecondKillEventsReq

internal/api/req/lotteryDraw_req.go:29–33  ·  view source on GitHub ↗

GetAllSecondKillEventsReq 定义获取所有秒杀活动的请求参数

Source from the content-addressed store, hash-verified

27
28// GetAllSecondKillEventsReq 定义获取所有秒杀活动的请求参数
29type GetAllSecondKillEventsReq struct {
30 Page int `json:"page,omitempty"` // 当前页码
31 Size *int64 `json:"size,omitempty"` // 每页数据量
32 Status string `json:"status"` // 秒杀活动状态过滤
33}
34
35// CreateSecondKillEventReq 定义创建新的秒杀活动的请求参数
36type CreateSecondKillEventReq struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected