lvhao 6 gün önce
ebeveyn
işleme
3f33b3c91b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      core/CoreApp/models/Model_apismt.php

+ 1 - 0
core/CoreApp/models/Model_apismt.php

@@ -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);