فهرست منبع

删除用户中英文提示

peng 2 سال پیش
والد
کامیت
1557893fce
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Controller/UserController.py

+ 0 - 1
Controller/UserController.py

@@ -4267,7 +4267,6 @@ def deleteAccount(request):
         if token is None:
             return response.json(309)
         tko = TokenObject(token)
-        response.lang = tko.lang
         if tko.code != 0:
             return response.json(tko.code)
         userID = tko.userID