Browse Source

充值回调

gorden 8 months ago
parent
commit
9d8cb2e1dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/notify/RechargeController.php

+ 1 - 0
app/admin/controller/notify/RechargeController.php

@@ -81,6 +81,7 @@ class RechargeController
     public function disposePaySuccess($payId){
 
         $payDetail = PayDetail::find($payId);
+        dump($payDetail);
         if (!$payDetail || $payDetail->pay_status != 'SUCCESS') {
             // throw new BusinessException("支付状态异常");
            return json_fail("支付状态异常");