提交 f0d6e579 authored 作者: 贺阳's avatar 贺阳

查询异常信息接口支持post

上级 c6b94d4f
......@@ -292,7 +292,7 @@ class OrderController(http.Controller):
logging.info('res:%s' % res)
return res
@http.route('/api/exceptions/info', type='json', auth='public', methods=['GET'], csrf=False)
@http.route('/api/exceptions/info', type='json', auth='public', methods=['GET', 'POST'], csrf=False)
def exceptions_info(self):
"""
返回所有的异常原因的信息
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论