跳到主要内容

send_local

发送请求(模拟发送,直接处理请求)

声明

bool send_local(array address_list, string method, array args)

参数

参数名描述
address_listRPC地址列表(RpcAddress实例列表)
method调用方法
args调用参数

返回值

true - 发送请求成功, false - 发送请求失败

使用方式

返回文档