laowu 1 周之前
父节点
当前提交
9086a1697f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Api/PayPlusController.php

+ 1 - 1
app/Http/Controllers/Api/PayPlusController.php

@@ -82,7 +82,7 @@ class PayPlusController implements PayMentInterFace
     {
         $post = $request->all();
         Util::WriteLog('PayPlus', 'cash notify: ' . json_encode($post, JSON_UNESCAPED_UNICODE));
-
+        Util::WriteLog('PayPlus', 'cash notify body: ' . (string) $request->getContents());
         $signature = $request->header('Authorization', '');
         $service = (new PayPlus())->getPayoutService();
         if (!$service->verifyPayoutSignature($post, $signature)) {