|
@@ -9,7 +9,7 @@ type Reply struct {
|
|
|
|
|
|
type ClueAddReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:"base_user_id"`
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -23,7 +23,7 @@ type ClueAddReq struct {
|
|
|
|
|
|
type SaleChanceReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:"base_user_id"`
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -43,7 +43,7 @@ type SaleChanceReq struct {
|
|
|
|
|
|
type InfoOperateReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:" base_user_id"`
|
|
|
+ BaseUserId int64 `header:" newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -55,7 +55,7 @@ type InfoOperateReq struct {
|
|
|
|
|
|
type CompanyOperateReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:" base_user_id"`
|
|
|
+ BaseUserId int64 `header:" newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -67,7 +67,7 @@ type CompanyOperateReq struct {
|
|
|
|
|
|
type TransferReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:" base_user_id"`
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -77,7 +77,7 @@ type TransferReq struct {
|
|
|
|
|
|
type IgnoreOperateReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:" base_user_id"`
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -87,7 +87,7 @@ type IgnoreOperateReq struct {
|
|
|
|
|
|
type InfoEmployinfoReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:" base_user_id"`
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
@@ -97,7 +97,7 @@ type InfoEmployinfoReq struct {
|
|
|
|
|
|
type CustomAddReq struct {
|
|
|
AppId string `header:"appId,default=10000"`
|
|
|
- BaseUserId int64 `header:" base_user_id"`
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
EntId int64 `header:"entId,optional"`
|