|
|
@ -139,7 +139,8 @@ class MhxlClient
|
|
|
|
'roleId' => $order['role_id'],
|
|
|
|
'roleId' => $order['role_id'],
|
|
|
|
'userId' => $order['user_id'],
|
|
|
|
'userId' => $order['user_id'],
|
|
|
|
'mailId' => $giftItem['id'],
|
|
|
|
'mailId' => $giftItem['id'],
|
|
|
|
'orderNum' => $this->generateOrderNumber($order, $giftItem['index'])
|
|
|
|
'orderNum' => $this->generateOrderNumber($order, $giftItem['index']),
|
|
|
|
|
|
|
|
'time' => time(),
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
return $this->getCommonResult($result);
|
|
|
|
return $this->getCommonResult($result);
|
|
|
|
}
|
|
|
|
}
|
|
|
|