recall.py 221 B

12345678910111213141516
  1. """
  2. @author: luojunhui
  3. """
  4. def recall_videos(params):
  5. """
  6. 通过请求的数据来召回视频
  7. :param params: 请求参数
  8. :return:
  9. """
  10. title = params['title']
  11. content = params['content']