使用说明

/*
* 在 extend/org/keji/Funcs.php 中查看接口名
* string 第一个参数为接口编号(名称),详见接口列表
* array 第二个参数为传入的参数
* 返回值code = 1 为成功。
*/
$m3 = \org\keji\KeJiApi::func('get_tel_info',['phone'=>'13512345678']);
dump($m3);