getInviteCodeInfo method

Future<String?> getInviteCodeInfo({
  1. required int mainId,
})

获取邀请码详情 orgId: 企业id return {"code":"k5Io26ib","deptId":902748,"deptName":"我的一级部门","expireTime":"","mainId":110,"orgId":922964,"status":1,"validityType":-1}

Implementation

Future<String?> getInviteCodeInfo({
  required int mainId,
}) async {
  throw UnimplementedError('getInviteCodeInfo() has not been implemented.');
}