|
|
|
@ -309,7 +309,7 @@ class OrdersController extends CommonController
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @OA\POST(
|
|
|
|
* @OA\POST(
|
|
|
|
* path="/customer/create-order",
|
|
|
|
* path="/customer/create-order",
|
|
|
|
* summary="创建订单",
|
|
|
|
* summary="V2-创建订单",
|
|
|
|
* description="创建订单",
|
|
|
|
* description="创建订单",
|
|
|
|
* @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"),
|
|
|
|
* @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"),
|
|
|
|
* @OA\Parameter(name="product_id", in="query", @OA\Schema(type="integer"), required=true, description="产品id"),
|
|
|
|
|