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