- package vo
- type StoreExploreParam struct {
- LocalLifeId string `json:"local_life_id"`
- Status int64 `json:"status"` // 1待预约 2待确认 3待探店 4已探店
- TalentName string `json:"talent_name"` // 达人昵称
- SearchTime string `json:"search_time"` // 预约探店时间/探店时间/完成探店时间
- Page int `json:"page"`
- PageSize int `json:"page_size"`
- TaskId string `json:"task_id"` // 子任务id
- }
|