def _said():
data = request.args
session = data.get('session')
message = data.get('message')
ret, response = said(session, message)
return Response(json_encode({'ret': ret, 'response': response}),
mimetype="application/json")
评论列表
文章目录