Browse Source

updata field

lang 4 years ago
parent
commit
f2769ceb94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -866,7 +866,7 @@ class CloudStorageView(View):
         rank = request_dict.get('rank', None)
 
         if uid == None or channel == None or commodity_code == None or pay_type == None or rank == None:
-            return response.json(13, '参数有误')
+            return response.json(13, '参数有误.')
         dv_qs = Device_Info.objects.filter(userID_id=userID, UID=uid, isShare=False, isExist=1)
         if not dv_qs.exists():
             return response.json(12)