@@ -63,4 +63,9 @@ public class AccountGroupsReq {
* 辅助邮箱
*/
private String email;
+
+ /**
+ * 激活码
+ */
+ private String actCode;
}