Commit 9ec762fc by Aeolus

update

parent 6e8e5717
...@@ -138,8 +138,8 @@ def run_delete_tallyman_account(): ...@@ -138,8 +138,8 @@ def run_delete_tallyman_account():
return BaseResponse() return BaseResponse()
@tallyman_route.route('/account_detail', methods=["POST"]) @tallyman_route.route('/tallyman_account_detail', methods=["POST"])
def get_account_detail(): def get_tallyman_account_detail():
json_data = request.get_json() json_data = request.get_json()
if g.user.level not in (1, 2, 4): if g.user.level not in (1, 2, 4):
return jsonify(OPERATE_LEVEL_ERROR) return jsonify(OPERATE_LEVEL_ERROR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment