fix some error

This commit is contained in:
pengtao 2019-07-15 16:07:19 +08:00
parent e4590830f0
commit b0cd14d775

View File

@ -81,6 +81,9 @@ class DispatchHandler(tornado.web.RequestHandler):
if self.get('c') == 'Ops' and self.get('a') == 'selfChecking':
self._selfCheckingHandler()
elif self.get('c') == 'Ops' and self.get('a') == 'getAdList':
self._selfGetAdList()
else:
self.write("pls check args!")
def _selfCheckingHandler(self):