chenshibin 4 лет назад
Родитель
Сommit
5b2bb5ead9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -1042,7 +1042,7 @@ class CloudStorageView(View):
             return response.json(12)
 
         if dv_qs[0]['primaryUserID'] != '' and dv_qs[0]['primaryUserID'] != userID:
-            return response.json(13, '非设备主用户无法购买')
+            return response.json(10033)
         smqs = Store_Meal.objects.filter(id=rank, pay_type=pay_type). \
             values('currency', 'price', 'content', 'day',
                    'commodity_type', 'title', 'content',