co_license_v1

package
v0.5.23 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteLicenseReq

type DeleteLicenseReq struct {
	g.Meta `path:"/deleteLicense" method:"post" summary:"设置主体神审核编号" tags:"主体资质"`
	Id     int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
}

type GetLicenseByIdReq

type GetLicenseByIdReq struct {
	g.Meta `path:"/getLicenseById" method:"post" summary:"根据ID获取主体|信息" tags:"主体资质"`
	Id     int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
}

type LicenseListRes

type LicenseListRes co_model.LicenseListRes

type LicenseRes

type LicenseRes co_model.LicenseRes

type QueryLicenseListReq

type QueryLicenseListReq struct {
	g.Meta `path:"/queryLicenseList" method:"post" summary:"查询主体认证|列表" tags:"主体资质"`
	base_model.SearchParams
}

type SetLicenseStateReq

type SetLicenseStateReq struct {
	g.Meta `path:"/setLicenseState" method:"post" summary:"设置主体信息状态" tags:"主体资质"`
	Id     int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
	State  int   `json:"state" v:"required#伙伴主体状态校验失败" dc:"状态:-1冻结、0未认证、1正常"`
}

type UpdateLicenseReq

type UpdateLicenseReq struct {
	g.Meta `path:"/updateLicense" method:"post" summary:"更新主体认证|信息" tags:"主体资质"`
	co_model.License
	Id int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
}

Jump to

Keyboard shortcuts

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