Browse Source

创建房间家族默认类型

zhangxiaobin 1 year ago
parent
commit
6b7b604706
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Party.php

+ 1 - 0
application/api/controller/Party.php

@@ -123,6 +123,7 @@ class Party extends Common
                     $party_notice = $guild['desc'];
                     $party_notice_detail = $guild['notice'];
                 }
+                $party_type = 7;
             }
             $data = [];
             $data["user_id"] = $this->auth->id;