描述

获取运算集列表。
运算集的信息在"知识库管理"中维护

接口

string GetAlgorithmList()

参数

返回值

  • Json数组,格式如下
[
    {
        "algoGroup": "评分加法",
        "algoMode": 1,
        "algoScope": 1
    }
]
文档更新时间: 2023-03-14 17:55   作者:admin