获取组列表-getGroupIds

返回内容介绍:
public static String sample(TAipFace client) throws Exception {
  String result = client.getGroupIds();//获取组列表
  return result;
}