chenjunkai 7 년 전
부모
커밋
68e5c1f5fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/Test.py

+ 1 - 1
Controller/Test.py

@@ -37,7 +37,7 @@ class Test(View):
         return super(Test, self).dispatch(*args, **kwargs)
     # 查询
     def get(self, request, *args, **kwargs):
-        return ResponseJSON(0)
+        return ResponseJSON(0,'jjj')
     # 增加
     def post(self, request, *args, **kwargs):
         json_data =json.loads(request.body.decode("utf-8"))