mirror of
https://github.com/hequan2017/seal.git
synced 2026-07-17 03:20:19 +08:00
1
1
This commit is contained in:
@@ -55,7 +55,7 @@ class UserLogout(APIView):
|
||||
return HttpResponse(json.dumps(result))
|
||||
|
||||
|
||||
class MockMenu(APIView):
|
||||
class Menu(APIView):
|
||||
|
||||
def post(self, request):
|
||||
result = [
|
||||
|
||||
Reference in New Issue
Block a user