调试茶艺师订单接口

This commit is contained in:
wangxiaowei
2026-01-03 01:40:12 +08:00
parent 66ee35285d
commit 3a31777431
18 changed files with 717 additions and 344 deletions

View File

@ -47,10 +47,10 @@ export function getLocationToCity(data: ILocationToCityParams) {
export interface IHomeTeaStoreListParams {
page: number
size: number
search: string
search?: string
latitude: number
longitude: number
city_area_id: number
city_area_id?: number
}
export function getHomeTeaStoreList(data: IHomeTeaStoreListParams) {