Commit 74837024 by 魏强

test

parent a590461e
......@@ -24,7 +24,7 @@ route_account = Blueprint('account', __name__)
@route_account.route('/test')
def test():
ip = request.remote_addr
return jsonify({'code': 200, 'msg': 'success', 'data': ip})
return jsonify({'code': 200, 'msg': 'success!', 'data': ip})
@route_account.route('/edit_account', methods=['GET', 'POST'])
......
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