Browse Source

完善数据

Gorden 9 months ago
parent
commit
2c1441c3fb
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

@@ -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("支付数据异常");
             }