@@ -599,6 +599,7 @@ function __construct(){
$post = array();
$post['get_token_by_code'] = 1;
$post['code'] = $code;
+ var_dump($post);
curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
$res = curl_exec($ch);
curl_close($ch);