소스 검색

修改bug

cola 2 년 전
부모
커밋
472c5ec2aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      handlers/PitcherPanelHandler.py

+ 1 - 1
handlers/PitcherPanelHandler.py

@@ -89,7 +89,7 @@ class ChannelOverview(BaseHandler):
                 self.write_json(data=data, total=total, total_data=total_data)
 
 class AgentList(BaseHandler):
-    def get(self):
+    def post(self):
 
         if not self._au:
             self.write_fail(msg='auth error')