Commit 6f125435 by 冯佳佳

update

parent 8308264b
......@@ -199,7 +199,7 @@ def run_tallyman_login():
data['phone'] = tallyman.phone
data['level'] = tallyman.level
return BaseResponse(error_code=200, data=data)
return BaseResponse(data=data)
@tallyman_route.route('/machine_list', 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