|
@@ -92,6 +92,7 @@ class Buy extends Base
|
|
|
|
|
|
|
|
|
|
$order_id = $this->createOrder();
|
|
$order_id = $this->createOrder();
|
|
|
|
+ $order_data['cate_id'] = $this->cate;
|
|
$order_data['order_id'] = $order_id;
|
|
$order_data['order_id'] = $order_id;
|
|
$order_data['buy_id'] = $buy_id;
|
|
$order_data['buy_id'] = $buy_id;
|
|
$order_data['uid'] = $uid;
|
|
$order_data['uid'] = $uid;
|