stanley-king 3 years ago
parent
commit
81aa058ccf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      helper/refill/order.php

+ 2 - 1
helper/refill/order.php

@@ -272,7 +272,8 @@ class order
     {
         $params = ['order_sn' => $order_sn, 'idcard' => $this->mIdCard, 'card_name' => $this->mCardName,
             'buyer_id' => $this->mBuyerId,
-            'quality' => $this->mCurQuality, 'order_id' => $order_id, 'regin_no' => $this->mRegionNo];
+            'quality' => $this->mCurQuality, 'order_id' => $order_id, 'regin_no' => $this->mRegionNo,
+            'mchid' => $this->mMchid];
 
         if($this->is_third()) {
             $params['quantity'] = $this->mQuantity;