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