@@ -85,7 +85,7 @@ class Buy extends Base
{
$where['cate_id'] = $this->cate;
$where['create_uid'] = $this->user['id'];
-
+ $where['order_id'] = Dever::input('order_id');
if (!$where['order_id']) {
Dever::alert('错误的订单');
}
@@ -153,6 +153,7 @@ $config['base'] = array
# 支付成功后,调用的接口
'pay_notify' => 'service/lib/pay.act',
+ 'pay_order' => -1,
);