Explorar el Código

cloudvod套餐升级

chenjunkai hace 6 años
padre
commit
c693ba8dde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/CloudVod.py

+ 1 - 1
Controller/CloudVod.py

@@ -512,7 +512,7 @@ class CloudVodView(View):
                     ubqs.update(endTime=ubqs[0]['endTime'] + addTime)
                 else:
                     if ubqs[0]['bucket__storeDay'] > smqs[0]['bucket__storeDay']:
-                        return response.json(10, '不可降级')
+                        return response.json(10, '不可选低级别套餐')
                     else:
                         # 升级
                         origin_storeDay = int(ubqs[0]['bucket__storeDay'])