Browse Source

配置代理

陈德本 5 years ago
parent
commit
0a24782fcc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      App/Api/Controller/ReceivedSms.php

+ 0 - 1
App/Api/Controller/ReceivedSms.php

@@ -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],