|  |  | @@ -28,9 +28,9 @@ from utils.redis.rgroup import (del_group_photo_thumbup_flag, get_group_info, ge | 
            
            
              | 28 | 28 |                                  get_group_photo_watchers, get_group_users_info, set_group_info, | 
            
            
              | 29 | 29 |                                  set_group_photo_comment_list, set_group_photo_data, set_group_photo_thumbup_flag, | 
            
            
              | 30 | 30 |                                  set_group_photo_thumbup_list, set_group_users_info) | 
            
            
              | 31 |  | -from utils.redis.rkeys import (GROUP_LAST_PHOTO_PK, GROUP_USERS_APPLYING_SET, GROUP_USERS_DELETED_SET, | 
            
            
              | 32 |  | -                               GROUP_USERS_PASSED_SET, GROUP_USERS_QUIT_SET, GROUP_USERS_REFUSED_SET, | 
            
            
              | 33 |  | -                               LENSMAN_PHOTO_HAGGLE_TIMES, LENSMAN_PHOTO_PRICE) | 
            
            
              |  | 31 | +from utils.redis.rkeys import (GROUP_LAST_PHOTO_PK, GROUP_PHOTO_WATCHER_SET, GROUP_USERS_APPLYING_SET, | 
            
            
              |  | 32 | +                               GROUP_USERS_DELETED_SET, GROUP_USERS_PASSED_SET, GROUP_USERS_QUIT_SET, | 
            
            
              |  | 33 | +                               GROUP_USERS_REFUSED_SET, LENSMAN_PHOTO_HAGGLE_TIMES, LENSMAN_PHOTO_PRICE) | 
            
            
              | 34 | 34 |  from utils.redis.rorder import get_lensman_order_record | 
            
            
              | 35 | 35 |  from utils.sql.raw import PAI2_HOME_API | 
            
            
              | 36 | 36 |  from utils.thumbnail_utils import make_thumbnail |