123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815 |
- package apis
- type AccessLog struct {
- Id int64 `json:"id" bson:"-"`
- MerchantId int64 `json:"-" bson:"merchant_id"`
- ApiId int64 `json:"-" bson:"api_id"`
- MerchantName string `json:"merchant_name" bson:"merchant_name"`
- ApiName string `json:"api_name" bson:"api_name"`
- RequestParams string `json:"request_params" bson:"request_params"`
- ResponseParams string `json:"origin_response" bson:"origin_response"`
- RawRequestParams string `json:"origin_request" bson:"origin_request"`
- RawResponseParams string `json:"response_params" bson:"-"`
- RawCode int `json:"raw_code" bson:"raw_code"`
- Code int `json:"code" bson:"code"`
- Msg string `json:"msg" bson:"-"`
- IsReuse bool `json:"is_reuse" bson:""`
- State bool `json:"state" bson:""`
- RemoteAddr string `json:"remote_addr" bson:""`
- Elapsed float64 `json:"elapsed" bson:""`
- Timestamp int64 `json:"timestamp" bson:""`
- ProviderCount int `json:"provider_count"`
- UtSource string `json:"ut_source"`
- CreateTime string `json:"create_time" bson:""`
- Search string `json:"search"`
- RawSearch string `json:"raw_search"`
- MerchantDataApiId int64 `json:"merchant_data_api_id"`
- OrderNo string `json:"order_no"`
- }
- type TGdAccessLogMonth1 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth2 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth3 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth4 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth5 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth6 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth7 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth8 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth9 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth10 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth11 struct {
- AccessLog `json:"access_log"`
- }
- type TGdAccessLogMonth12 struct {
- AccessLog `json:"access_log"`
- }
- type AccessLogDay struct {
- AccessLog `json:"access_log"`
- }
- func (o *TGdAccessLogMonth1) TableName() string {
- return "t_gd_access_log_month1"
- }
- func (o *TGdAccessLogMonth2) TableName() string {
- return "t_gd_access_log_month2"
- }
- func (o *TGdAccessLogMonth3) TableName() string {
- return "t_gd_access_log_month3"
- }
- func (o *TGdAccessLogMonth4) TableName() string {
- return "t_gd_access_log_month4"
- }
- func (o *TGdAccessLogMonth5) TableName() string {
- return "t_gd_access_log_month5"
- }
- func (o *TGdAccessLogMonth6) TableName() string {
- return "t_gd_access_log_month6"
- }
- func (o *TGdAccessLogMonth7) TableName() string {
- return "t_gd_access_log_month7"
- }
- func (o *TGdAccessLogMonth8) TableName() string {
- return "t_gd_access_log_month8"
- }
- func (o *TGdAccessLogMonth9) TableName() string {
- return "t_gd_access_log_month9"
- }
- func (o *TGdAccessLogMonth10) TableName() string {
- return "t_gd_access_log_month10"
- }
- func (o *TGdAccessLogMonth11) TableName() string {
- return "t_gd_access_log_month11"
- }
- func (o *TGdAccessLogMonth12) TableName() string {
- return "t_gd_access_log_month12"
- }
- func (o *TGdThirdpartLogMonth1) TableName() string {
- return "t_gd_thirdpart_log_month1"
- }
- func (o *TGdThirdpartLogMonth2) TableName() string {
- return "t_gd_thirdpart_log_month2"
- }
- func (o *TGdThirdpartLogMonth3) TableName() string {
- return "t_gd_thirdpart_log_month3"
- }
- func (o *TGdThirdpartLogMonth4) TableName() string {
- return "t_gd_thirdpart_log_month4"
- }
- func (o *TGdThirdpartLogMonth5) TableName() string {
- return "t_gd_thirdpart_log_month5"
- }
- func (o *TGdThirdpartLogMonth6) TableName() string {
- return "t_gd_thirdpart_log_month6"
- }
- func (o *TGdThirdpartLogMonth7) TableName() string {
- return "t_gd_thirdpart_log_month7"
- }
- func (o *TGdThirdpartLogMonth8) TableName() string {
- return "t_gd_thirdpart_log_month8"
- }
- func (o *TGdThirdpartLogMonth9) TableName() string {
- return "t_gd_thirdpart_log_month9"
- }
- func (o *TGdThirdpartLogMonth10) TableName() string {
- return "t_gd_thirdpart_log_month10"
- }
- func (o *TGdThirdpartLogMonth11) TableName() string {
- return "t_gd_thirdpart_log_month11"
- }
- func (o *TGdThirdpartLogMonth12) TableName() string {
- return "t_gd_thirdpart_log_month12"
- }
- func (o *AccessLogDay) TableName() string {
- return "t_gd_access_log_day"
- }
- type ThirdpartLogDay struct {
- ThirdpartLog `json:"thirdpart_log"`
- }
- func (o *ThirdpartLogDay) TableName() string {
- return "t_gd_thirdpart_log_day"
- }
- type TGdAccessLogHistory struct {
- AccessLog
- }
- func (o *TGdAccessLogHistory) TableName() string {
- return "t_gd_access_log_history"
- }
- func (o *AccessLog) TableName() string {
- return "t_gd_access_log"
- }
- type InvalidAccessLog struct {
- Id int64 `json:"id"`
- MerchantId int64 `json:"-"`
- ApiId int64 `json:"-"`
- MerchantName string `json:"merchant_name"`
- ApiName string `json:"api_name"`
- RequestParams string `json:"request_params"`
- Code int `json:"code"`
- Msg string `json:"msg"`
- RemoteAddr string `json:"remote_addr"`
- Elapsed float64 `json:"elapsed"`
- Timestamp int64 `json:"-"`
- CreateTime string `json:"create_time"`
- }
- func (o *InvalidAccessLog) TableName() string {
- return "t_gd_access_log_invalid"
- }
- type ThirdpartLog struct {
- Id int64 `json:"id"`
- AccessId int64 `json:"access_id"`
- MerchantId int64 `json:"-"`
- ApiId int64 `json:"-"`
- ProviderId int64 `json:"-"`
- ProviderApiId int64 `json:"-"`
- MerchantName string `json:"merchant_name"`
- ApiName string `json:"api_name"`
- ProviderName string `json:"provider_name"`
- ProviderApiName string `json:"provider_api_name"`
- RequestParams string `json:"request_params"`
- ResponseParams string `json:"response_params"`
- RawCode string `json:"raw_code"`
- Code int `json:"code"`
- Msg string `json:"msg"`
- State bool `json:"state"`
- RemoteAddr string `json:"remote_addr"`
- Search string `json:"search"`
- Elapsed float64 `json:"elapsed"`
- Timestamp int64 `json:"timestamp"`
- CreateTime string `json:"create_time"`
- }
- type TGdThirdpartAccessLogHistory struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth1 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth2 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth3 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth4 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth5 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth6 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth7 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth8 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth9 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth10 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth11 struct {
- ThirdpartLog
- }
- type TGdThirdpartLogMonth12 struct {
- ThirdpartLog
- }
- func (o *TGdThirdpartAccessLogHistory) TableName() string {
- return "t_gd_thirdpart_access_log_history"
- }
- func (o *ThirdpartLog) TableName() string {
- return "t_gd_thirdpart_access_log"
- }
- type AccessLogWrite struct {
- State bool `json:"state"`
- Code int `json:"code"` // 原始错误码,非输出
- RespCode int `json:"resp_code"` // 输出错误码
- Msg string `json:"msg"`
- RawRequestParams string `json:"raw_request_params"`
- RawResponseParams string `json:"raw_response_params"`
- RequestParams string `json:"request_params"`
- ResponseParams string `json:"response_params"`
- IsReuse bool `json:"is_reuse"`
- UtSource string `json:"ut_source"`
- Elapsed float64 `json:"elapsed"`
- Search string `json:"search"`
- OrderNo string `json:"order_no"`
- }
- type ThirdpartLogWrite struct {
- ProviderApiId int64 `json:"provider_api_id"`
- RequestParams string `json:"request_params"`
- ResponseParams string `json:"response_params"`
- RawCode string `json:"raw_code"`
- Code int `json:"code"`
- Msg string `json:"msg"`
- State bool `json:"state"`
- Elapsed float64 `json:"elapsed"`
- ProviderCode string `json:"provider_code"`
- Search string `json:"search"`
- Timestamp int64 `json:"timestamp"`
- }
- type LogAddAccessLogReq struct {
- AccessLogWrite
- MerchantId int64 `json:"merchant_id"`
- ApiId int64 `json:"api_id"`
- RemoteAddr string `json:"remote_addr"`
- TimeStamp int64 `json:"time_stamp"`
- ThirdpartLogWrites []ThirdpartLogWrite `json:"thirdpart_log_writes"`
- MerchantChildApiId int64 `json:"merchant_child_api_id"`
- MerchantDataApiId int64 `json:"merchant_data_api_id"`
- }
- type LogAddAccessLogReply struct {
- }
- /*type LogAddThirdpartLogReq struct {
- MerchantId int64 `json:"merchant_id"`
- ApiId int64 `json:"api_id"`
- ProviderId int64 `json:"provider_id"`
- ProviderApiId int64 `json:"provider_api_id"`
- PlateNo string `json:"plate_no"`
- PlateType string `json:"plate_type"`
- Vin string `json:"vin"`
- RequestParams string `json:"request_params"`
- ResponseParams string `json:"response_params"`
- Code int `json:"code"`
- Msg string `json:"msg"`
- State bool `json:"state"`
- RemoteAddr string `json:"remote_addr"`
- Elapsed float64 `json:"elapsed"`
- Timestamp int64 `json:"timestamp"`
- }
- type LogAddThirdpartLogReply struct {
- }*/
- type LogQueryAccessLogReq struct {
- /*Vin string `json:"vin"`
- PlateNo string `json:"plate_no"`
- */
- MerchantId int64 `json:"merchant_id"`
- ApiId int64 `json:"api_id"`
- RequestParam string `json:"request_param"`
- State int `json:"state"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Search string `json:"search"`
- Code int `json:"code"`
- }
- type LogQueryAccessLogReply struct {
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Total int64 `json:"total"`
- AccessLogs []AccessLog `json:"access_logs"`
- }
- type LogQueryThirdpartAccessLogReq struct {
- /*Vin string `json:"vin"`
- PlateNo string `json:"plate_no"`*/
- RequestParam string `json:"request_param"`
- State int `json:"state"`
- ProviderId int64 `json:"provider_id"`
- ProviderApiId int64 `json:"provider_api_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Search string `json:"search"`
- }
- type LogQueryThirdpartAccessLogReply struct {
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Total int64 `json:"total"`
- ThirdpartLogs []ThirdpartLog `json:"thirdpart_logs"`
- }
- type LogQueryAccessLogCountReq struct {
- MerchantId int64 `json:"merchant_id"`
- ApiId int64 `json:"api_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- }
- type QueryAccessLogCount struct {
- Date string `json:"date"`
- MerchantName string `json:"merchant_name"`
- ApiName string `json:"api_name"`
- Total int64 `json:"total"`
- Success int64 `json:"success"`
- Reuse int64 `json:"reuse"`
- Elapsed float64 `json:"elapsed"`
- Failed int64 `json:"failed"`
- SuccessRate string `json:"success_rate"`
- ReuseRate string `json:"reuse_rate"`
- }
- type LogQueryAccessLogCountReply struct {
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Total int64 `json:"total"`
- QueryAccessLogCounts []QueryAccessLogCount `json:"query_access_log_counts"`
- }
- type QueryThirdpartAccessLogCount struct {
- Date string `json:"date"`
- ProviderName string `json:"provider_name"`
- ProviderApiName string `json:"provider_api_name"`
- Total int64 `json:"total"`
- Success int64 `json:"success"`
- Elapsed float64 `json:"elapsed"`
- Failed int64 `json:"failed"`
- SuccessRate string `json:"success_rate"`
- }
- type LogQueryThirdpartAccessLogCountReq struct {
- ProviderId int64 `json:"provider_id"`
- ProviderApiId int64 `json:"provider_api_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- }
- type LogQueryThirdpartAccessLogCountReply struct {
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Total int64 `json:"total"`
- QueryThirdpartAccessLogCounts []QueryThirdpartAccessLogCount `json:"query_thirdpart_access_log_count"`
- }
- type LogQueryAccessLogThirdpartLogReq struct {
- AccessId int64 `json:"access_id"`
- Timestamp int64 `json:"timestamp"`
- }
- type LogQueryAccessLogThirdpartLogReply struct {
- ThirdpartLogs []ThirdpartLog `json:"thirdpart_logs"`
- }
- type LogAddInvalidAccessLogReq struct {
- MerchantId int64 `json:"merchant_id"`
- ApiId int64 `json:"api_id"`
- RemoteAddr string `json:"remote_addr"`
- TimeStamp int64 `json:"time_stamp"`
- Code int `json:"code"`
- Msg string `json:"msg"`
- RequestParams string `json:"request_params"`
- Elapsed float64 `json:"elapsed"`
- }
- type LogAddInvalidAccessLogReply struct {
- }
- // 访问接口统计详情
- type LogQueryInterfaceCountReq struct {
- ApiId int64 `json:"api_id"`
- MerchantId int64 `json:"merchant_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- Option int `json:"option"`
- TabName string `json:"tab_name"`
- }
- type LogQuerySuccessCount struct {
- Reuse int64 `json:"reuse"`
- Query int64 `json:"query"`
- UnQuery int64 `json:"un_query"`
- }
- type LogQueryFailCount struct {
- ProviderFail int64 `json:"provider_fail"`
- ServiceFail int64 `json:"service_fail"`
- }
- type LogQueryInvalidCount struct {
- ParamError int64 `json:"param_error"`
- ParamFormatError int64 `json:"param_format_error"`
- }
- type LogQueryInterfaceCountReply struct {
- Total int64 `json:"total"`
- SuccessRate float64 `json:"success_rate"`
- FailRate float64 `json:"fail_rate"`
- ReuseRate float64 `json:"reuse_rate"`
- QueryRate float64 `json:"query_rate"`
- UnQueryRate float64 `json:"un_query_rate"`
- ProviderFailRate float64 `json:"provider_fail_rate"`
- ServiceFailRate float64 `json:"service_fail_rate"`
- LogQuerySuccessCount LogQuerySuccessCount
- LogQueryFailCount LogQueryFailCount
- LogQueryInvalidCount LogQueryInvalidCount
- }
- type LogQueryUserAccessCountReq struct {
- ApiId int64 `json:"api_id"`
- MerchantId int64 `json:"merchant_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- }
- type LogQueryUserAcessCount struct {
- Date string `json:"date"`
- ApiName string `json:"api_name"`
- Total int64 `json:"total"`
- Valid int64 `json:"valid"`
- Fail int64 `json:"fail"`
- Query int64 `json:"query"`
- Reuse int64 `json:"reuse"`
- MerchantId int64 `json:"-"`
- ApiId int64 `json:"-"`
- ValidRate string `json:"valid_rate"`
- FailRate string `json:"fail_rate"`
- QueryRate string `json:"query_rate"`
- ReuseRate string `json:"reuse_rate"`
- Elapsed float64 `json:"elapsed"`
- Charge int64 `json:"charge"`
- ChargeRate string `json:"charge_rate"`
- MerchantDataApiId string `json:"-"`
- }
- type LogQueryUserAccessCountReply struct {
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Total int64 `json:"total"`
- LogQueryUserAcessCount []LogQueryUserAcessCount
- }
- type LogQueryThirdpartAccessCountReq struct {
- ProviderApiId int64 `json:"provider_api_id"`
- Time string `json:"time"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- }
- type LogQueryThirdpartAccessCountReply struct {
- Total int64 `json:"total" description:"总用量"`
- UseCount int64 `json:"use_count" description:"已用量"`
- LeftCount int64 `json:"left_count" description:"剩余用量"`
- }
- type LogQueryThirdpartInterfaceCountReq struct {
- ProviderApiId int64 `json:"provider_api_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- }
- type LogQueryThirdpartInterfaceCount struct {
- Date string `json:"date"`
- ProviderApiName string `json:"provider_api_name"`
- ProviderName string `json:"provider_name"`
- Total int64 `json:"total"`
- Success int64 `json:"success"`
- Fail int64 `json:"fail"`
- Query int64 `json:"query"`
- UnQuery int64 `json:"un_query"`
- FailRate string `json:"fail_rate"`
- QueryRate string `json:"query_rate"`
- }
- type LogQueryThirdpartInterfaceCountReply struct {
- PageSize int64 `json:"page_size"`
- PageNumber int64 `json:"page_number"`
- Total int64 `json:"total"`
- LogQueryThirdpartInterfaceCount []LogQueryThirdpartInterfaceCount `json:"log_query_thirdpart_interface_count"`
- }
- type LogQueryUserAccessCountExportReq struct {
- MerchantIds []int64 `json:"merchant_ids"`
- ApiIdList []int64 `json:"api_id_list"`
- MerchantId int64 `json:"merchant_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- TimeList string `json:"time_list"`
- NeedCount bool `json:"need_count"`
- GroupByMerchant bool `json:"group_by_merchant"`
- TabName string `json:"tab_name"`
- }
- type LogQueryUserAcessCountExport struct {
- Date string `json:"date"`
- ApiName string `json:"api_name"`
- MerchantName string
- Total int64 `json:"total"`
- Valid int64 `json:"valid"`
- Success int64 `json:"success"`
- Query int64 `json:"query"`
- Reuse int64 `json:"reuse"`
- ValidRate string `json:"valid_rate"`
- SuccessRate string `json:"success_rate"`
- QueryRate string `json:"query_rate"`
- ReuseRate string `json:"reuse_rate"`
- AvgElapsed float64 `json:"avg_elapsed"`
- SumElapsed float64 `json:"sum_elapsed"`
- PlatformError int64 `json:"platform_error"`
- PlatformErrorRate string `json:"platform_error_rate"`
- ProviderError int64 `json:"provider_error"`
- ProviderErrorRate string `json:"provider_error_rate"`
- BigElapseds string `json:"big_elapseds"`
- BigElapsedList []int `json:"big_elapsed_list"`
- ChargeBigElapsedList []int `json:"charge_big_elapsed_list"`
- ApiId int64 `json:"api_id"`
- MerchantId int64 `json:"merchant_id"`
- Charge int64 `json:"charge"`
- ChargeRate string `json:"charge_rate"`
- CountInfos []MerchantApiCountInfo `orm:"-" json:"count_infos"`
- MerchantDataApiId string `json:"-"`
- TimeoutCount int `json:"timeout_count"`
- TimeoutInfo string `json:"timeout_info"`
- NotShow bool `json:"not_show"`
- }
- type MerchantApiCountInfo struct {
- MerchantDataApiId int64
- ComboType int
- Count int
- Used int
- Remain int
- }
- type SourceNameCount struct {
- Name string `json:"name"`
- Count int `json:"count"`
- Rate string `json:"rate"`
- }
- type SourceExport struct {
- ApiName string `json:"api_name"`
- Date string `json:"date"`
- Provider string `json:"provider"`
- Total int `json:"total"`
- Sources []SourceNameCount `json:"sources"`
- }
- type ErrorCodeCount struct {
- Code string
- Count int
- Rate string
- }
- type ErrorExport struct {
- ApiName string `json:"api_name"`
- Codes string `json:"codes"`
- Total int `json:"total"`
- Date string `json:"date"`
- Errors []ErrorCodeCount `json:"errors"`
- }
- type LogQueryUserAccessCountExportReply struct {
- LogQueryUserAcessCount []LogQueryUserAcessCountExport
- SourceCount []SourceExport
- ErrorCount []ErrorExport
- }
- type TGdAccessLogCountExport struct {
- Id int64 `json:"id"`
- FileName string `json:"file_name"`
- Path string `json:"path"`
- Status string `json:"status"`
- CreateTime string `json:"create_time"`
- ExportType int `json:"export_type"`
- }
- type LogExportCreateReq struct {
- Id int64 `json:"id"`
- FileName string `json:"file_name"`
- Path string `json:"path"`
- Status string `json:"status"`
- ExportType int `json:"export_type"`
- }
- type LogExportCreateReply struct {
- Id int64 `json:"id"`
- }
- type LogExportListReq struct {
- PageNumber int64 `json:"page_number"`
- IsAll bool `json:"is_all"`
- ExportType int `json:"export_type"`
- }
- type LogExportListReply struct {
- PageNumber int64 `json:"page_number"`
- PageSize int64 `json:"page_size"`
- Total int64 `json:"total"`
- ExportList []TGdAccessLogCountExport `json:"export_list"`
- }
- type LogExportDeleteReq struct {
- Id int64 `json:"id"`
- ExportDir string `json:"export_dir"`
- }
- type LogExportDeleteReply struct {
- }
- type LogQueryProviderCountExportReq struct {
- ProviderApiIdList []int64 `json:"provider_api_id_list"`
- ProviderId int64 `json:"provider_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- TimeList string `json:"time_list"`
- TabName string `json:"tab_name"`
- }
- type ProviderApiIdTotal struct {
- ProviderApiId int64
- BigElapseds string
- Total int64
- }
- type LogQueryProviderCountExport struct {
- Date string `json:"date"`
- ProviderApiIdTotals []ProviderApiIdTotal `json:"provider_api_id_totals"`
- ProviderApiIds []int64
- ProviderName string `json:"provider_name"`
- ProviderApiName string `json:"provider_api_name"`
- ProviderApiId int64 `json:"provider_api_id"`
- Total int64 `json:"total"`
- Success int64 `json:"success"`
- Failed int64 `json:"failed"`
- FailedRate string `json:"failed_rate"`
- Query int64 `json:"query"`
- QueryNoRecord int64 `json:"query_no_record"`
- QueryNoRecordRate string `json:"query_no_record_rate"`
- AvgElapsed float64 `json:"avg_elapsed"`
- SumElapsed float64 `json:"sum_elapsed"`
- BigElapseds string `json:"big_elapseds"`
- BigElapsedList []int `json:"big_elapsed_list"`
- ChargeBigElapsedList []int `json:"charge_big_elapsed_list"`
- Charge int64 `json:"charge"`
- ChargeRate string `json:"charge_rate"`
- }
- type LogQueryProviderCountExportReply struct {
- LogQueryProviderCount []LogQueryProviderCountExport
- }
- type LogQueryInterfaceAnalyzeError struct {
- Code int `json:"code"`
- Msg string `json:"msg"`
- Count int `json:"count"`
- }
- type LogQueryInterfaceAnalyzeErrorReply struct {
- List []LogQueryInterfaceAnalyzeError `json:"list"`
- }
- type LogQueryInterfaceThirdPartyCount struct {
- ProviderName string `json:"provider_name"`
- ProviderApiName string `json:"provider_api_name"`
- Count int `json:"count"`
- }
- type LogQueryInterfaceThirdPartyCountReply struct {
- List []LogQueryInterfaceThirdPartyCount
- }
- type ThirdPartyInterfaceErrorAnalyzeReq struct {
- ApiId int64 `json:"api_id"`
- StartTimestamp int64 `json:"start_timestamp"`
- EndTimestamp int64 `json:"end_timestamp"`
- TabName string `json:"tab_name"`
- }
- type ThirdPartyInterfaceErrorAnalyze struct {
- Code string `json:"code"`
- Msg string `json:"msg"`
- Count int `json:"count"`
- }
- type ThirdPartyInterfaceErrorAnalyzeReply struct {
- List []ThirdPartyInterfaceErrorAnalyze `json:"list"`
- }
- type LogUpdateApiNameReq struct {
- Type int `json:"type" description:"0 api name, 1 provider_api_name 2 merchant_name, 3 provider_name"`
- Name string `json:"api_name"`
- Id int64 `json:"id"`
- }
- type LogUpdateApiNameReply struct {
- }
- type LogGenerateReportReq struct {
- Dates string `json:"dates"`
- ApiReport bool `json:"api_report"`
- ProviderReport bool `json:"provider_report"`
- MerchantId int64 `json:"merchant_id"`
- ApiId int64 `json:"api_id"`
- ProviderApiId int64 `json:"provider_api_id"`
- MysqlAddr string `json:"-"`
- MysqlUser string `json:"-"`
- MysqlPass string `json:"-"`
- }
- type LogGenerateReportReply struct {
- }
|