刘桂岩 4 anni fa
parent
commit
0efd57a7af
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
     }