dever 6 years ago
parent
commit
f5d187a32d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sdk/cmbc/Api/Core.php

+ 1 - 1
sdk/cmbc/Api/Core.php

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