|
@@ -82,6 +82,7 @@ type IsClaimedReq struct {
|
|
|
UserId int `header:"newUserId"` // 用户id
|
|
|
CompanyId string `json:"company_id"` // 机构id
|
|
|
Type int `json:"type,options=1|2"` // 1 医疗机构 2 经销商
|
|
|
+ AppId string `header:"appId"` // appid
|
|
|
}
|
|
|
|
|
|
type GetNewMsgListReq struct {
|