添加企业微信查询所有企业工作人员信息

This commit is contained in:
邹宗楠
2023-02-07 17:47:29 +08:00
parent c8d50982d7
commit c050fa447a
5 changed files with 60 additions and 29 deletions

View File

@@ -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)
}