Discover Packages
github.com/SupenBysz/gf-admin-company-modules
api
co_license_v1
package
Version:
v0.5.23
Opens a new window with list of versions in this module.
Published: Jul 24, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type DeleteLicenseReq struct {
g .Meta `path:"/deleteLicense" method:"post" summary:"设置主体神审核编号" tags:"主体资质"`
Id int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
}
type GetLicenseByIdReq struct {
g .Meta `path:"/getLicenseById" method:"post" summary:"根据ID获取主体|信息" tags:"主体资质"`
Id int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
}
type QueryLicenseListReq struct {
g .Meta `path:"/queryLicenseList" method:"post" summary:"查询主体认证|列表" tags:"主体资质"`
base_model .SearchParams
}
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 struct {
g .Meta `path:"/updateLicense" method:"post" summary:"更新主体认证|信息" tags:"主体资质"`
co_model .License
Id int64 `json:"id" v:"required#主体ID校验失败" dc:"ID"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.