chenjunkai 5 năm trước cách đây
mục cha
commit
85b9b57370
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Controller/SysManage.py

+ 0 - 3
Controller/SysManage.py

@@ -97,9 +97,6 @@ def initMsgFunc(request):
     else:
         response.json(404)
     token = request_dict.get('token', None)
-    content = request_dict.get('content', None)
-    if not content:
-        return response.json(444, 'content')
     tko = TokenObject(token)
     response.lang = tko.lang
     if tko.code == 0: