Browse Source

优化响应

zhangdongming 1 year ago
parent
commit
54bc1481ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AdminController/UnicomManageController.py

+ 1 - 1
AdminController/UnicomManageController.py

@@ -67,7 +67,7 @@ class UnicomManageControllerView(View):
                 returntpye='pc')
                 returntpye='pc')
             if tko.code != 0:
             if tko.code != 0:
                 return response.json(tko.code)
                 return response.json(tko.code)
-            response.lang = 'cn'
+            response.lang = tko.lang
             userID = tko.userID
             userID = tko.userID
             # 获取套餐详细表
             # 获取套餐详细表
             if operation == 'get/deta/info':
             if operation == 'get/deta/info':