Commit c1282bdb by 魏强

update;

parent a6e4ee78
......@@ -346,6 +346,13 @@ def force_refund():
rent_no = json_data.get('rent_no', None)
comment = json_data.get('comment', None)
logger.info('type')
logger.info(refund_type)
logger.info('rent_no')
logger.info(rent_no)
logger.info('comment')
logger.info(comment)
if not refund_type or not rent_no or not comment:
return jsonify(PARAMETER_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