|
|
@@ -116,6 +116,8 @@ class RechargeClass extends BaseClass
|
|
|
'style' => 0,
|
|
|
'rechargeAmount' => floatval($amount),
|
|
|
'onlinePay' => $onlinePay,
|
|
|
+ 'staffId'=>$staffId,
|
|
|
+ 'staffName'=>$staffName,
|
|
|
];
|
|
|
if ($newLevel > $oldLevel) {
|
|
|
CustomClass::levelChange($oldLevel, $newLevel, $shop, $custom, $hd, $params);
|