Documentation
¶
Index ¶
- func DeptUserlist(orgid, deptid *string)
- func DeptstationUserlist(orgid, deptid *string)
- func UserDeptlist(orgid, userid *string)
- func UserStation(orgid, userid *string)
- func UserSubject(orgid, userid *string)
- type RespChildInfo
- type RespLoginInfo
- type RespStudentInfo
- type RespTeacherInfo
- type StuInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RespChildInfo ¶
人员孩子信息
type RespLoginInfo ¶
type RespLoginInfo struct {
xyh.Common
Data struct {
Parent bool `json:"parent"`
OrgName string `json:"orgName"`
Teacher bool `json:"teacher"`
OpenID string `json:"openId"`
Name string `json:"name"`
Avatar string `json:"avatar"`
OrgID string `json:"orgId"`
} `json:"data"`
}
用户登录信息
type RespStudentInfo ¶
学生信息
type RespTeacherInfo ¶
type RespTeacherInfo struct {
xyh.Common
Data struct {
Birthday interface{} `json:"birthday"`
Numbering interface{} `json:"numbering"`
Gender interface{} `json:"gender"`
Post interface{} `json:"post"`
OpenID string `json:"openId"`
Avatar interface{} `json:"avatar"`
DeptIds []string `json:"deptIds"`
UserName string `json:"userName"`
UserID string `json:"userId"`
OrgID string `json:"orgId"`
} `json:"data"`
}
老师用户信息
type StuInfo ¶
type StuInfo struct {
OrgID string `json:"orgId"`
UserID string `json:"userId"`
UserName string `json:"userName"`
Gender int `json:"gender"`
Birthday string `json:"birthday"`
Avatar string `json:"avatar"`
Numbering string `json:"numbering"`
DeptIds []string `json:"deptIds"`
Parents []struct {
OpenID string `json:"openId"`
RelationType int `json:"relationType"`
RelationName string `json:"relationName"`
} `json:"parents"`
}
学生结构信息
Click to show internal directories.
Click to hide internal directories.