|
@@ -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;
|