|
@@ -22,7 +22,7 @@ type ExamineReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type CheckEntReq struct {
|
|
type CheckEntReq struct {
|
|
- EntId int64 `json:"entId"` //企业id
|
|
|
|
|
|
+ EntId int64 `header:"entId"` //企业id
|
|
}
|
|
}
|
|
|
|
|
|
type AuthEntReq struct {
|
|
type AuthEntReq struct {
|
|
@@ -36,7 +36,7 @@ type AuthEntReq struct {
|
|
AuthName string `json:"authName"` //联系人姓名
|
|
AuthName string `json:"authName"` //联系人姓名
|
|
AuthPhone string `json:"authPhone"` //联系人手机号
|
|
AuthPhone string `json:"authPhone"` //联系人手机号
|
|
Phone string `json:"phone"` //注册手机号
|
|
Phone string `json:"phone"` //注册手机号
|
|
- EntId int64 `json:"entId,optional"`
|
|
|
|
|
|
+ EntId int64 `header:"entId,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
type EntListReq struct {
|
|
type EntListReq struct {
|
|
@@ -172,7 +172,7 @@ type UpdateEntReq struct {
|
|
|
|
|
|
type GetStatusByCodeReq struct {
|
|
type GetStatusByCodeReq struct {
|
|
Code string `json:"code"`
|
|
Code string `json:"code"`
|
|
- Phone string `json:"phone"`
|
|
|
|
|
|
+ Phone string `header:"phone"`
|
|
}
|
|
}
|
|
|
|
|
|
type GetStatusByCodeResp struct {
|
|
type GetStatusByCodeResp struct {
|