stanley-king 4 年之前
父节点
当前提交
bc70129f65
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rdispatcher/proxy.php

+ 1 - 1
rdispatcher/proxy.php

@@ -53,7 +53,7 @@ class proxy
                     $order_info = $this->latest_order($refill_order,$mchid,$mch_order);
                     if(empty($order_info)) {
                         $order_id = refill\RefillFactory::instance()->zero_order($mchid, $buyer_id, $amount, $card_no,
-                            $mch_order, $idcard, $card_name, $notify_url, $order_time, $commit_times,$quality,$errmsg);
+                            $mch_order, $idcard, $card_name, $notify_url,$quality, $order_time, $commit_times,$errmsg);
                     }
                     else {
                         $order_id = $order_info['order_id'];