调试茶艺师订单接口
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user