chenjunkai 7 anni fa
parent
commit
68e5c1f5fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"))