Name QQ::exmail::department

DESCRIPTION 通讯录管理->管理部门

create create(access_token, hash); 创建部门 https://exmail.qq.com/qy_mng_logic/doc#10008

update update(access_token, hash); 更新部门 https://exmail.qq.com/qy_mng_logic/doc#10009

delete delete(access_token, id); 删除部门 https://exmail.qq.com/qy_mng_logic/doc#10010

list list(access_token, id); 获取部门列表 https://exmail.qq.com/qy_mng_logic/doc#10011

search search(access_token, hash); 查找部门 https://exmail.qq.com/qy_mng_logic/doc#10012