| 
                
               | 
              
                
               | 
              
                @@ -12,8 +12,8 @@ from utils.error.errno_utils import GroupStatusCode, GroupUserStatusCode, UserSt 
               | 
            
            
            
              | 
                12
               | 
              
                12
               | 
              
                 from utils.error.response_utils import response 
               | 
            
            
            
              | 
                13
               | 
              
                13
               | 
              
                 from utils.group_photo_utils import get_current_photos 
               | 
            
            
            
              | 
                14
               | 
              
                14
               | 
              
                 from utils.redis.rgroup import get_group_info, get_group_users_info, set_group_users_info 
               | 
            
            
            
              | 
                15
               | 
              
                
               | 
              
                -from utils.redis.rkeys import (GROUP_LAST_PHOTO_PK, GROUP_USERS_APPLYING_SET, GROUP_USERS_DELETED_SET, 
               | 
            
            
            
              | 
                16
               | 
              
                
               | 
              
                -                               GROUP_USERS_PASSED_SET, GROUP_USERS_QUIT_SET, GROUP_USERS_REFUSED_SET) 
               | 
            
            
            
              | 
                
               | 
              
                15
               | 
              
                +from utils.redis.rkeys import (GROUP_LAST_PHOTO_PK, GROUP_USERS_DELETED_SET, GROUP_USERS_PASSED_SET, 
               | 
            
            
            
              | 
                
               | 
              
                16
               | 
              
                +                               GROUP_USERS_QUIT_SET, GROUP_USERS_REFUSED_SET) 
               | 
            
            
            
              | 
                17
               | 
              
                17
               | 
              
                  
               | 
            
            
            
              | 
                18
               | 
              
                18
               | 
              
                  
               | 
            
            
            
              | 
                19
               | 
              
                19
               | 
              
                 r = settings.REDIS_CACHE 
               |