Gorden 9 miesięcy temu
rodzic
commit
2c1441c3fb

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

@@ -67,6 +67,7 @@ class RechargeController
             $payDetail->save();
             // 赠送比例
             $objectJson = json_decode($payDetail->join_pay_object_json, true);
+            dump($objectJson);
             if (!isset($objectJson['order_id'])){
                 return json_fail("支付数据异常");
             }