添加返回条数控制

This commit is contained in:
pengtao 2019-07-17 16:43:50 +08:00
parent 114e547013
commit f20aeb321b

View File

@ -117,6 +117,7 @@ class DispatchHandler(tornado.web.RequestHandler):
def _selfGetAdList(self):
try:
input = json.loads(self.get_query_argument('body'))
pdb.set_trace()
gameid = input['gameid']
locationid = input['locationid']
except Exception as e: