Commit 84bbdc1c by Aeolus

update

parent cc1267e4
......@@ -110,7 +110,7 @@ def add_user():
return jsonify(OPERATE_LEVEL_ERROR)
password = json_data.get('password', "123456")
comment = json_data.get('comment', "")
parent_id = json_data.get("parent_id", 0)
parent_id = json_data.get("parent_id", admin.id)
draw = json_data.get("draw", 0)
rate = json_data.get("rate", 0)
......
#!usr/bin/env python
#-*- coding:utf-8 _*-
"""
@version:
author:Aeolus
@time: 2022/01/12
@file: place_portal.py
@function:
@modify:
"""
\ No newline at end of file
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