|
@@ -3415,12 +3415,11 @@ type UsageDetailListInfo struct {
|
|
|
type UsageDetailListReq struct {
|
|
|
PageInfo
|
|
|
// 租户id
|
|
|
- OrganizationId *uint64 `json:"organizationId,optional"`
|
|
|
- Type *int `json:"type,optional"`
|
|
|
- BotId *string `json:"botId,optional"`
|
|
|
- ReceiverId *string `json:"receiverId,optional"`
|
|
|
- StartDate *string `json:"startDate,optional"`
|
|
|
- EndDate *string `json:"endDate,optional"`
|
|
|
+ OrganizationId *uint64 `json:"organizationId,optional"`
|
|
|
+ Type *int `json:"type,optional"`
|
|
|
+ BotId *string `json:"botId,optional"`
|
|
|
+ ReceiverId *string `json:"receiverId,optional"`
|
|
|
+ SearchDate []string `json:"searchDate,optional"`
|
|
|
}
|
|
|
|
|
|
// swagger:model UsageDetailResp
|