1
0

nightly commit

This commit is contained in:
2021-02-02 12:11:13 +08:00
parent 9c5dda83d1
commit 25f22064aa
4 changed files with 132 additions and 14 deletions

View File

@@ -98,11 +98,14 @@ def api_common_tokenValidHandle():
@app.route('/api/common/isAdmin', methods=['POST'])
def api_common_isAdminHandle():
pass
return SmartDbCaller(calendar_db.common_isAdmin,
(('token', str, False), ))
@app.route('/api/common/changePassword', methods=['POST'])
def api_common_changePasswordHandle():
pass
return SmartDbCaller(calendar_db.common_changePassword,
(('token', str, False),
('password', str, False)))
# ================================ calendar