mirror of
https://github.com/silenty4ng/k5sat
synced 2025-01-15 06:52:08 +00:00
update
This commit is contained in:
parent
f705e2a189
commit
740f864b06
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -14,7 +14,7 @@ def local2utc(local_dtm):
|
||||||
# 本地时间转 UTC 时间( -8:00 )
|
# 本地时间转 UTC 时间( -8:00 )
|
||||||
return datetime.utcfromtimestamp(local_dtm.timestamp())
|
return datetime.utcfromtimestamp(local_dtm.timestamp())
|
||||||
|
|
||||||
@app.route("/lol")
|
@app.route("/lol", methods=['POST'])
|
||||||
@cross_origin()
|
@cross_origin()
|
||||||
def lol():
|
def lol():
|
||||||
func = request.json.get('func', 0)
|
func = request.json.get('func', 0)
|
||||||
|
|
Loading…
Reference in a new issue