dever 3 years ago
parent
commit
98da5ff399
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/mshop/lib/Buy.php

+ 1 - 0
app/mshop/lib/Buy.php

@@ -1186,6 +1186,7 @@ class Buy
         $refund_body_total = array();
         $refund_body_total['price'] = 0;
         $refund_body_total['num'] = 0;
+        $url = Dever::url('lib/buy.refund_commit?json=1', 'mshop');
         foreach ($goods as $k => $v) {
             if ($type == 2) {
                 $v['price'] = $v['p_price'];