瀏覽代碼

test de peticion

robert2206 8 年之前
父節點
當前提交
7431284c5b
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controllers/http_handler.py
  2. 二進制
      controllers/http_handler.pyc

+ 2 - 0
controllers/http_handler.py

@@ -126,6 +126,8 @@ class ApiManager(http.Controller):
                 auth = 'none',
                 cors = '*')
     def restify(self, **args):
+        print args
+        print "----------------------------------------------------------------"
         if not self.valid_token():
             return self.make_response({'error': 'unauthorized resource'}, 401) # access denied
 

二進制
controllers/http_handler.pyc