茶艺师列表添加筛选

This commit is contained in:
wangxiaowei
2026-04-27 17:02:48 +08:00
parent 62a62932ea
commit 8b5c23ee5b
4 changed files with 148 additions and 10 deletions

View File

@ -17,8 +17,10 @@ export interface ITeaSpecialistParams {
longitude: number
level?: string
search?: string
server_type?: number // 1到店服务 2上门服务
status?: number // 0可约 1已约 2已取消
server_type?: string | number // 1到店服务 2上门服务
status?: string | number // 0可约 1已约 2已取消
state?: string | number // 0全部 1已约 2不可约
city_id?: string | number // 城市ID
}
export function getTeaSpecialist(data: ITeaSpecialistParams) {