添加返回条数控制
This commit is contained in:
parent
114e547013
commit
f20aeb321b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user