dever 6 年之前
父節點
當前提交
8770d2d16b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Set.php

+ 1 - 0
lib/Set.php

@@ -46,6 +46,7 @@ class Set
             if ($status == 5) {
                 $pay = Dever::db('pay/account')->one($order['account_id']);
                 $method = '\\Pay\\Lib\\' . ucwords($pay['type']);
+                print_r($send);
                 print_r($pay);
                 $method = new $method($pay);
                 $result = $method->refund($order_id, $cash);