From d922780a16ac4dbeefe40311b301f100742ecb5b Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 10 Mar 2021 01:09:33 +0800 Subject: [PATCH] up --- app/Http/Controllers/Customer/OrdersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index f5827fe..c35d56c 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -309,7 +309,7 @@ class OrdersController extends CommonController /** * @OA\POST( * path="/customer/create-order", - * summary="创建订单", + * summary="V2-创建订单", * description="创建订单", * @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"), * @OA\Parameter(name="product_id", in="query", @OA\Schema(type="integer"), required=true, description="产品id"),