dever 6 年之前
父節點
當前提交
a60aa59295
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 		}