作者 何书鹏

bug修改

... ... @@ -414,6 +414,7 @@ class Order extends Api
$coupon = Db::name('user_coupon')
->where('id',$coupon_id)
->where('user_id',$this->auth->id)
->where('status','0')
->find();
if (!$coupon) $this->error('优惠券不存在');
}
... ...