decrypt add code_version

FFIB 5 年之前
父節點
當前提交
418be23837
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 '',