|
@@ -14,13 +14,13 @@ type MyDataAssetReq struct {
|
|
|
}
|
|
|
|
|
|
type AddProjectReq struct {
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
+ PositionId int64 `header:"userPositionId,optional"`
|
|
|
Source int64 `json:"source,optional"`
|
|
|
InfoId string `json:"info_id,optional"`
|
|
|
PositionType int64 `header:"positionType,optional"`
|
|
|
- AccountId int64 `header:"accountId,optional"`
|
|
|
+ AccountId int64 `header:"userAccountId,optional"`
|
|
|
CompanyName string `header:"entName,optional"`
|
|
|
- UserName string `header:"positionId,optional"`
|
|
|
+ UserName string `header:"userName,optional"`
|
|
|
UserId int64 `header:"newUserId,optional"`
|
|
|
}
|
|
|
|