添加企业微信查询所有企业工作人员信息
This commit is contained in:
@@ -129,3 +129,11 @@ func TestGetUserId(t *testing.T) {
|
||||
phone, err := api.GetUserIdByMobile("18981810340")
|
||||
globals.SugarLogger.Debugf("phone := %s,err :=%s", phone, err)
|
||||
}
|
||||
|
||||
func TestDepartmentList(t *testing.T) {
|
||||
api.GetDepartmentList()
|
||||
}
|
||||
|
||||
func TestGetEnterpriseStaffInfo(t *testing.T) {
|
||||
api.GetEnterpriseStaffInfo(7)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user