decrypt add code_version

FFIB 5 lat temu
rodzic
commit
418be23837
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      api/encrypt_views.py

+ 1 - 0
api/encrypt_views.py

@@ -160,6 +160,7 @@ def decrypt(request):
160 160
         'plaintext': plaintext,
161 161
         'logo_url': brand.brand_logo_url if brand else '',
162 162
         'model_imgs': model.images if model else [],
163
+        'code_version': 1,
163 164
         'goodsInfo': {
164 165
             'BrandID': brand_pk,
165 166
             'Brand': brand.brand_name if brand else '',