|
public static function moneyRecord($user_id,$Nowpage,$limits){
|
|
public static function moneyRecord($user_id,$Nowpage,$limits){
|
|
$withdraw = UserWithdraw::where('user_id',$user_id)->field('withdraw_type,paid,why,create_at,price')->select();
|
|
$withdraw = UserWithdraw::where('user_id',$user_id)->field('withdraw_type,paid,why,create_at,price')->select();
|