|
@@ -28,7 +28,7 @@ type SomeInfoReq struct {
|
|
AppId string `header:"appId"`
|
|
AppId string `header:"appId"`
|
|
UserType string `path:"userType"`
|
|
UserType string `path:"userType"`
|
|
NewUserId int64 `header:"newUserId"`
|
|
NewUserId int64 `header:"newUserId"`
|
|
- EntId string `header:"entId"`
|
|
|
|
|
|
+ EntId string `header:"entId,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
type CommonResp struct {
|
|
type CommonResp struct {
|