修改校验

This commit is contained in:
liu 2024-06-20 13:39:29 +08:00
parent bc16d06bb6
commit 5df4f2d569

View File

@ -69,7 +69,7 @@ class UserController extends BaseAdminController
//采购款明细、余额明细、礼品券明细、返还金明细
public function fundList()
{
(new UserValidate())->goCheck('fund');
(new UserValidate())->post()->goCheck('fund');
$page_no = (int)$this->request->post('page_no', 1);
$page_size = (int)$this->request->post('page_size', 15);
$params = $this->request->post();