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