刘桂岩 4 years ago
parent
commit
0efd57a7af
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/common/library/CMCC.php

+ 0 - 1
application/common/library/CMCC.php

@@ -16,7 +16,6 @@ class CMCC {
         // $data['addSerial'] = '';
         $url = self::$url;
         $return = self::http_post_json($url,json_encode($data,true));
-        var_dump($return);
         return $return;
     }