dever 6 년 전
부모
커밋
951869ef78
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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);
 		}