This commit is contained in:
@@ -75,7 +75,9 @@ type H5PopupConfigurationResponse struct {
|
||||
CreatedAt time.Time `json:"created_at" description:"创建时间(ISO 8601)"`
|
||||
UpdatedAt time.Time `json:"updated_at" description:"最近更新时间(ISO 8601);启停同样刷新该时间"`
|
||||
Creator uint `json:"creator" description:"创建人账号ID"`
|
||||
CreatorName string `json:"creator_name" description:"创建人账号名称"`
|
||||
Updater uint `json:"updater" description:"最近更新人账号ID"`
|
||||
UpdaterName string `json:"updater_name" description:"最近更新人账号名称"`
|
||||
}
|
||||
|
||||
// H5PopupConfigurationListRequest 是运营弹窗配置列表分页参数。
|
||||
|
||||
Reference in New Issue
Block a user