|
@@ -154,6 +154,8 @@ class Pay
|
|
|
|
|
|
|
|
public function payNotice($order)
|
|
public function payNotice($order)
|
|
|
{
|
|
{
|
|
|
-
|
|
|
|
|
|
|
+ if ($order['card_id'] > 0 && Dever::project('duihuan')) {
|
|
|
|
|
+ Dever::load('duihuan/lib/give')->act($order['uid'], 1, $order['card_id']);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|