update

FFIB 1 week ago
parent
commit
b7e6f1f644
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mch/models.py

+ 2 - 1
mch/models.py

@@ -268,7 +268,8 @@ class ModelInfo(BaseModelMixin):
268 268
         return {
269 269
             'shot_id': self.shot_type_id,
270 270
             'shot_name': self.model_uni_full_name,
271
-            'shot_image': self.image_url,
271
+            'shot_image': self.image2_url,
272
+            'shot_image_path': self.image2_path,
272 273
             'integral': self.shot_member_integral,
273 274
         }
274 275