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