调试茶艺师订单接口

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

@ -32,12 +32,14 @@ export interface IAddUserAddressParams {
id: number
contact: string
telephone: string
province: string
province_id?: number
city: string
city_id?: number
district: string
district_id?: number
// province: string
// province_id?: number
// city: string
// city_id?: number
// district: string
// district_id?: number
longitude: number,
latitude: number,
address: string
is_default: number
}