dever 5 年之前
父节点
当前提交
179159e2e4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Set.php

+ 1 - 0
lib/Set.php

@@ -48,6 +48,7 @@ class Set
                 $method = '\\Pay\\Lib\\' . ucwords($pay['type']);
                 $method = new $method($pay);
                 $result = $method->refund($order_id, $cash);
+                print_r($result);die;
             }