添加商户最低提现金额

This commit is contained in:
luofei 2024-03-07 16:49:29 +08:00
parent cf4d515741
commit 891ab45bdf

View File

@ -98,6 +98,7 @@ class User extends BaseController
'now_money' => $user->now_money,
'broken_day' => (int)systemConfig('lock_brokerage_timer'),
'user_extract_min' => (int)systemConfig('user_extract_min'),
'mer_extract_min' => (int)systemConfig('extract_minimum_num'),
];
return app('json')->success($data);
}