songxingwei 3 years ago
parent
commit
1afa21a691
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/common/library/Common.php

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

@@ -389,7 +389,6 @@ class Common
         $postJson = json_encode($arr,JSON_UNESCAPED_UNICODE) ;
         $postJson = json_encode($arr,JSON_UNESCAPED_UNICODE) ;
         $res = self::curlPost($url,$postJson);
         $res = self::curlPost($url,$postJson);
         $result = json_decode($res, true);
         $result = json_decode($res, true);
-        print_r($result);die;
         return $result;
         return $result;
     }
     }