fund_service.py 500 Bytes
Newer Older
pengxiong's avatar
pengxiong committed
1 2 3 4 5 6 7 8 9 10 11 12 13
# -*- encoding: utf-8 -*-
# -----------------------------------------------------------------------------
# @File Name  : fund_service.py
# @Time       : 2021/1/14 下午5:31
# @Author     : X. Peng
# @Email      : acepengxiong@163.com
# @Software   : PyCharm
# -----------------------------------------------------------------------------

def get_fund_evaluation(args):
    """返回个基点评和雷达图"""
    fund_id = args.get('fund_id')
    single_evaluation(self, fund_id, objective=False)