diff --git a/app/Http/Controllers/Mobile/SupplyDemandController.php b/app/Http/Controllers/Mobile/SupplyDemandController.php index 21cb0ce..d078db1 100755 --- a/app/Http/Controllers/Mobile/SupplyDemandController.php +++ b/app/Http/Controllers/Mobile/SupplyDemandController.php @@ -215,22 +215,7 @@ class SupplyDemandController extends CommonController return $this->success('删除成功'); } - /** - * @OA\Get( - * path="/api/mobile/supply-demand/message-list", - * tags={"小程序-供需"}, - * summary="消息列表", - * @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\Response( - * response=200, - * description="操作成功" - * ) - * ) - */ + public function messageList() { $all = \request()->all();