熊哥提交
This commit is contained in:
@ -5,9 +5,10 @@ import (
|
||||
"SciencesServer/serve/logger"
|
||||
"SciencesServer/utils"
|
||||
"errors"
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/gin-gonic/gin/binding"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -53,7 +53,7 @@ type (
|
||||
}
|
||||
// IdentityForAgent 经纪人
|
||||
IdentityForAgent struct {
|
||||
ResearchID string `json:"research_id" form:"research_id" binding:"required"` // 科研机构ID
|
||||
ResearchID string `json:"research_id" form:"research_id"` // 科研机构ID
|
||||
IDCard string `json:"id_card" form:"id_card" binding:"required"` // 身份证号
|
||||
WorkExperience string `json:"work_experience" form:"work_experience" binding:"required"` // 工作经历
|
||||
WorkPlace string `json:"work_place" form:"work_place" binding:"required"` // 工作地点
|
||||
|
Reference in New Issue
Block a user