• 发送rest action

    Parameters

    • name: string

      rest action名称

    • input: Dict

      rest action请求参数

    Returns Dict

    Example


    import * as sys from 'sys';
    let res = sys.sendRest("actiontest", {name:'hello, bingo', age: 1});