|
@@ -47,6 +47,7 @@ class Balance extends Controller
|
|
|
'member_id' => ['nullable', 'string', 'min:1']
|
|
'member_id' => ['nullable', 'string', 'min:1']
|
|
|
]);
|
|
]);
|
|
|
$search = request()->all();
|
|
$search = request()->all();
|
|
|
|
|
+ $search['change_types'] = ['充值','提现','人工充值','人工扣款'];
|
|
|
$result = BalanceLogService::paginate($search);
|
|
$result = BalanceLogService::paginate($search);
|
|
|
} catch (ValidationException $e) {
|
|
} catch (ValidationException $e) {
|
|
|
return $this->error(HttpStatus::CUSTOM_ERROR, $e->validator->errors()->first());
|
|
return $this->error(HttpStatus::CUSTOM_ERROR, $e->validator->errors()->first());
|