feat:完善入驻信息管理
This commit is contained in:
@ -10,7 +10,9 @@ type Area struct {
|
||||
|
||||
type (
|
||||
// IdentityForCompany 公司附加信息
|
||||
IdentityForCompany struct{}
|
||||
IdentityForCompany struct {
|
||||
WebUrl string `json:"web_url" form:"web_url"`
|
||||
}
|
||||
// IdentityForExpert 专家附加信息
|
||||
IdentityForExpert struct {
|
||||
TenantID uint64 `json:"tenant_id" form:"tenant_id"`
|
||||
|
Reference in New Issue
Block a user