@@ -24,7 +24,6 @@ class ReceivedSms extends RestfulController
$pat = "#\[操作:(.*)\]#iUs";
preg_match($pat, $datum, $arr);
if ($arr[1]) {
- print_r($arr);
$temp = explode("$$$", $arr[1]);
$result[] = [
'from' => $temp[1],