From ae04074f27b98503317352356bdb0817fbd2799f Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Sun, 10 Aug 2025 10:27:36 +0800 Subject: [PATCH] update --- app/Http/Controllers/Admin/SupplyDemandController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/SupplyDemandController.php b/app/Http/Controllers/Admin/SupplyDemandController.php index 018b1a9..0ea2874 100755 --- a/app/Http/Controllers/Admin/SupplyDemandController.php +++ b/app/Http/Controllers/Admin/SupplyDemandController.php @@ -196,7 +196,7 @@ class SupplyDemandController extends BaseController * description="", * @OA\Parameter(name="start_date", in="query", @OA\Schema(type="string"), required=true, description="开始日期"), * @OA\Parameter(name="end_date", in="query", @OA\Schema(type="string"), required=true, description="结束日期"), - * @OA\Parameter(name="type", in="query", @OA\Schema(type="string"), required=true, description="token"), + * @OA\Parameter(name="type", in="query", @OA\Schema(type="string"), required=true, description="type类型"), * @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"), * @OA\Response( * response="200",