소스 검색

调试支付

Robin 6 년 전
부모
커밋
8666629914
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      normandcrm/service/common/pay/payplat/PayHandler.php

+ 1 - 2
normandcrm/service/common/pay/payplat/PayHandler.php

@@ -67,8 +67,7 @@ class PayHandler extends BasePayHandler
      */
     public function handleNotify($data)
     {
-   		
-        $data['secret'] = $this->Key;
+//        $data['secret'] = $this->Key;
         $tt = print_r($data,true);
         file_put_contents('payplat_data.txt',$tt);
         if (isset($data['sign']) && trim($data['sign']) !== '') {