@@ -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 '', |