添加返回条数控制
This commit is contained in:
parent
114e547013
commit
f20aeb321b
@ -117,6 +117,7 @@ class DispatchHandler(tornado.web.RequestHandler):
|
|||||||
def _selfGetAdList(self):
|
def _selfGetAdList(self):
|
||||||
try:
|
try:
|
||||||
input = json.loads(self.get_query_argument('body'))
|
input = json.loads(self.get_query_argument('body'))
|
||||||
|
pdb.set_trace()
|
||||||
gameid = input['gameid']
|
gameid = input['gameid']
|
||||||
locationid = input['locationid']
|
locationid = input['locationid']
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user