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