|
@@ -105,7 +105,7 @@ class witholder
|
|
|
$paied = $paied / 100;
|
|
|
$param['pay_amount'] = $paied;
|
|
|
}
|
|
|
- QueueClient::push("onUseBonus",['time' => time(),'use_type' => $this->mUsedType,'rate' => $rate,'amount' => $money / 100]);
|
|
|
+ QueueClient::push("onUseBonus",['time' => time(),'use_type' => $this->mUsedType,'rate' => $rate,'amount' => $money / 100,'member_id' => $this->member_id]);
|
|
|
|
|
|
$this->mod_bonus->replace($param);
|
|
|
return true;
|
|
@@ -163,7 +163,7 @@ class witholder
|
|
|
$param['pay_amount'] = $paied;
|
|
|
}
|
|
|
|
|
|
- QueueClient::push("onUseBonus",['time' => time(),'use_type' => $this->mUsedType,'rate' => $rate,'amount' => $used / 100]);
|
|
|
+ QueueClient::push("onUseBonus",['time' => time(),'use_type' => $this->mUsedType,'rate' => $rate,'amount' => $used / 100,'member_id' => $this->member_id]);
|
|
|
array_push($datas,$param);
|
|
|
}
|
|
|
|