daShangDao_psiServer/models/request/store_info.go
2026-06-27 17:16:36 +08:00

8 lines
305 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package request
// StoreInfoRequest 店铺统计请求
type StoreInfoRequest struct {
TimeRange string `json:"time_range" form:"time_range"` // 时间范围today/yesterday/7days/30days/90days/180days/365days
StoreName string `json:"store_name" form:"store_name"` // 店铺名称(模糊搜索)
}