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);
 		}