|
@@ -551,7 +551,8 @@ class predeposit_helper
|
|
|
public function bonus_refund($bonus_type)
|
|
|
{
|
|
|
$types = bonus\type::create_by_paramer($bonus_type);
|
|
|
- account_helper::onPredeposit('bonus_refund',$types->sender_id(),$types->getType_sn());
|
|
|
+ QueueClient::push('onPredeposit',
|
|
|
+ array('change_type' => 'bonus_refund','buyer_id'=>$types->sender_id(),'order_sn'=>$types->getType_sn()));
|
|
|
}
|
|
|
|
|
|
public function transform_money($member_id,$name,$amount)
|