|
|
$list = RechargeHbClass::getAllByCondition(['shopId' => $this->shopId, 'delStatus' => 0], 'amount DESC', '*');
|
|
$list = RechargeHbClass::getAllByCondition(['shopId' => $this->shopId, 'delStatus' => 0], 'amount DESC', '*');
|
|
|
util::success(['list' => $list, 'recharge' => $recharge]);
|
|
util::success(['list' => $list, 'recharge' => $recharge]);
|