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

Struct GetSecondKillEventReq

internal/api/req/lotteryDraw_req.go:44–46  ·  view source on GitHub ↗

GetSecondKillEventReq 定义获取指定ID秒杀活动的请求参数

Source from the content-addressed store, hash-verified

42
43// GetSecondKillEventReq 定义获取指定ID秒杀活动的请求参数
44type GetSecondKillEventReq struct {
45 ID int `uri:"id"` // 秒杀活动的唯一标识符
46}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected