dever 6 years ago
parent
commit
951869ef78
1 changed files with 2 additions and 0 deletions
  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);
 		}