Modified the EmailMessages interface

pull/96/head
tianlinzhong 2021-12-13 17:28:20 +08:00
parent 45e9bd9e7e
commit 3cc2c929ec
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class EmailMessageCollection:
@staticmethod @staticmethod
def on_get(req, resp): def on_get(req, resp):
# access_control(req) access_control(req)
print(req.params) print(req.params)
startdate = req.params.get('startdatetime') startdate = req.params.get('startdatetime')
enddate = req.params.get('enddatetime') enddate = req.params.get('enddatetime')