瀏覽代碼

ipay88支付回调调试

kevin_zhangl 2 年之前
父節點
當前提交
cea90869dc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontendApi/modules/v1/controllers/ShopController.php

+ 1 - 0
frontendApi/modules/v1/controllers/ShopController.php

@@ -336,6 +336,7 @@ class ShopController extends BaseController {
     public function actionVerifyApproachOrder() {
         // iPay88支付成功的webhook.
         $rawPostData = file_get_contents('php://input');
+        LoggerTool::notice(['actionVerifyApproachOrder', $rawPostData]);
 //        $data = [];
 //        if (strlen($rawPostData) > 0) {
 //            $rawPostArray = explode('&', $rawPostData);