main
黄海 2 years ago
parent 0668b851c3
commit 018d723ae8

@ -12,7 +12,12 @@ import java.util.List;
public class RolePerson {
//暂未改修改,因为我们的角色与测试架构的角色存在冲突,不能在人家的环境中实现全部测试功能,需要搭建自己的专用服务器+架构
/*
--
select * from t_sys_role;
--
select * from t_sys_person_role where bureau_id=? and role_id in ();
*/
public static void createRoleGroup(String access_token, String group_name) throws ApiException {
DingTalkClient client = new DefaultDingTalkClient("https://oapi.dingtalk.com/role/add_role_group");
OapiRoleAddrolegroupRequest req = new OapiRoleAddrolegroupRequest();

Loading…
Cancel
Save