v1

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchOperateReq

type BatchOperateReq struct {
	g.Meta `` /* 130-byte string literal not displayed */
	model.AppKeyBatchOperateReq
}

应用密钥批量操作接口请求参数

type BatchOperateRes

type BatchOperateRes struct {
	g.Meta `mime:"application/json" example:"json"`
	Keys   string `json:"keys,omitempty"`
}

应用密钥批量操作接口响应参数

type ChangeStatusReq

type ChangeStatusReq struct {
	g.Meta `` /* 130-byte string literal not displayed */
	model.AppKeyChangeStatusReq
}

更改应用密钥状态接口请求参数

type ChangeStatusRes

type ChangeStatusRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

更改应用密钥状态接口响应参数

type ConfigReq

type ConfigReq struct {
	g.Meta `path:"/config" method:"post" auth:"true" role:"user,reseller,admin" tags:"app_key" summary:"应用密钥配置接口"`
	model.AppKeyConfigReq
}

应用密钥配置接口请求参数

type ConfigRes

type ConfigRes struct {
	g.Meta `mime:"application/json" example:"json"`
	Key    string `json:"key,omitempty"`
}

应用密钥配置接口响应参数

type CreateReq

type CreateReq struct {
	g.Meta `path:"/create" method:"post" auth:"true" role:"user,reseller,admin" tags:"app_key" summary:"新建应用密钥接口"`
	model.AppKeyCreateReq
}

新建应用密钥接口请求参数

type CreateRes

type CreateRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.AppKeyCreateRes
}

新建应用密钥接口响应参数

type DeleteReq

type DeleteReq struct {
	g.Meta `path:"/delete" method:"post" auth:"true" role:"user,reseller,admin" tags:"app_key" summary:"删除应用密钥接口"`
	Id     string `json:"id"`
}

删除应用密钥接口请求参数

type DeleteRes

type DeleteRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

删除应用密钥接口响应参数

type DetailReq

type DetailReq struct {
	g.Meta `path:"/detail" method:"get" auth:"true" role:"user,reseller,admin" tags:"app_key" summary:"应用密钥详情接口"`
	Id     string `json:"id"`
}

应用密钥详情接口请求参数

type DetailRes

type DetailRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.AppKeyDetailRes
}

应用密钥详情接口响应参数

type ExportReq

type ExportReq struct {
	g.Meta `path:"/export" method:"post" auth:"true" role:"user,reseller,admin" tags:"app_key" summary:"应用密钥导出接口"`
	model.AppKeyExportReq
}

应用密钥导出接口请求参数

type ExportRes

type ExportRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

应用密钥导出接口响应参数

type PageReq

type PageReq struct {
	g.Meta `path:"/page" method:"post" auth:"true" role:"user,reseller,admin" tags:"app_key" summary:"应用密钥分页列表接口"`
	model.AppKeyPageReq
}

应用密钥分页列表接口请求参数

type PageRes

type PageRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.AppKeyPageRes
}

应用密钥分页列表接口响应参数

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL