Selaa lähdekoodia

ipay88支付回调调试

kevin_zhangl 2 vuotta sitten
vanhempi
commit
cea90869dc
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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() {
     public function actionVerifyApproachOrder() {
         // iPay88支付成功的webhook.
         // iPay88支付成功的webhook.
         $rawPostData = file_get_contents('php://input');
         $rawPostData = file_get_contents('php://input');
+        LoggerTool::notice(['actionVerifyApproachOrder', $rawPostData]);
 //        $data = [];
 //        $data = [];
 //        if (strlen($rawPostData) > 0) {
 //        if (strlen($rawPostData) > 0) {
 //            $rawPostArray = explode('&', $rawPostData);
 //            $rawPostArray = explode('&', $rawPostData);