From fb862a41e9f0417c2f86e402524451aa14c8e55a Mon Sep 17 00:00:00 2001 From: liyinglin Date: Thu, 25 Apr 2024 09:35:32 +0800 Subject: [PATCH 1/2] 1 --- ...hp => 2024_04_25_180151_update_customers_add_head_img_url.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename database/migrations/{2024_04_25_180151_update_customers.php => 2024_04_25_180151_update_customers_add_head_img_url.php} (100%) diff --git a/database/migrations/2024_04_25_180151_update_customers.php b/database/migrations/2024_04_25_180151_update_customers_add_head_img_url.php similarity index 100% rename from database/migrations/2024_04_25_180151_update_customers.php rename to database/migrations/2024_04_25_180151_update_customers_add_head_img_url.php From a4d215dba394c28388f4c9e22e9f1548c838e097 Mon Sep 17 00:00:00 2001 From: liyinglin Date: Thu, 25 Apr 2024 09:36:38 +0800 Subject: [PATCH 2/2] 1 --- app/Http/Controllers/Customer/OrdersController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index 1c5db2b..d0ae904 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -34,7 +34,6 @@ class OrdersController extends CommonController * @OA\Parameter(name="name", in="query", @OA\Schema(type="string"), required=true, description="name"), * @OA\Parameter(name="mobile", in="query", @OA\Schema(type="string"), required=true, description="mobile"), * @OA\Parameter(name="head_img_url", in="query", @OA\Schema(type="string"), required=true, description="head_img_url"), - * @OA\Parameter(name="mobile", in="query", @OA\Schema(type="string"), required=true, description="mobile"), * @OA\Response( * response="200", * description=""