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"))