|
|
@@ -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']) !== '') {
|