dever 6 years ago
parent
commit
a60aa59295
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);
 
-			Dever::log('招商银行支付' . '||' . $this->api . '||' . $string, 'pay');
+			\Dever::log('招商银行支付' . '||' . $this->api . '||' . $string, 'pay');
 			curl_setopt($curl, CURLOPT_POSTFIELDS, $string);
 		}