From f3a4d35efe99be56cc101cc594a3b11b5c429e02 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Fri, 20 Jun 2025 17:09:27 +0800 Subject: [PATCH] update --- .../Mobile/SupplyDemandController.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/Http/Controllers/Mobile/SupplyDemandController.php b/app/Http/Controllers/Mobile/SupplyDemandController.php index d078db1..87c8453 100755 --- a/app/Http/Controllers/Mobile/SupplyDemandController.php +++ b/app/Http/Controllers/Mobile/SupplyDemandController.php @@ -216,6 +216,24 @@ class SupplyDemandController extends CommonController } + /** + * @OA\Get( + * path="/api/mobile/supply-demand/message-list", + * tags={"小程序-供需"}, + * summary="发送消息", + * description="", + * @OA\Parameter(name="supply_demand_id", in="query", @OA\Schema(type="string"), required=true, description="供需信息id"), + * @OA\Parameter(name="page_size", in="query", @OA\Schema(type="string"), required=false, description="每页显示的条数"), + * @OA\Parameter(name="page", in="query", @OA\Schema(type="string"), required=false, description="页码"), + * @OA\Parameter(name="sort_name", in="query", @OA\Schema(type="string"), required=false, description="排序字段名字"), + * @OA\Parameter(name="sort_type", in="query", @OA\Schema(type="string"), required=false, description="排序类型"), + * @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"), + * @OA\Response( + * response="200", + * description="暂无" + * ) + * ) + */ public function messageList() { $all = \request()->all();