OA\Get
|
(
path="/admin/crm/workerList",
tags={"员工相关接口"},
summary="员工列表",
@OA\Parameter(name="key", in="query", description="关键词", @OA\Schema(type="string")),
@OA\Parameter(name="domain", in="query", description="租户", @OA\Schema(type="string")),
@OA\Parameter(name="page", in="query", description="页码", @OA\Schema(type="string")),
@OA\Parameter(name="pagesize", in="query", description="每页数量", @OA\Schema(type="string")),
@OA\Response(
response=200,
description="A list with products"
)
)
|