php 生成 Json 部分
<?php
$arr_result = array(); //返回值
$arr_result['result'] = '0';
$arr_result['callerid'] = '139411288888';
echo json_encode($arr_result);
?>
2022-11-22 22:30:51
php 生成 Json 部分
<?php
$arr_result = array(); //返回值
$arr_result['result'] = '0';
$arr_result['callerid'] = '139411288888';
echo json_encode($arr_result);
?>