dever hace 6 años
padre
commit
951869ef78
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      sdk/cmbc/Api/Core.php

+ 2 - 0
sdk/cmbc/Api/Core.php

@@ -79,6 +79,8 @@ abstract class Core
 				}
 			}
 			$string = substr($string, 0, -1);
+
+			$this->log('招商银行支付', $this->api . '||' . $string);
 			curl_setopt($curl, CURLOPT_POSTFIELDS, $string);
 		}