完善茶艺师接口对接

This commit is contained in:
wangxiaowei
2026-01-05 00:39:06 +08:00
parent 237df8d039
commit 39c64a2504
29 changed files with 1204 additions and 651 deletions

View File

@ -32,16 +32,11 @@ export interface IAddUserAddressParams {
id: number
contact: string
telephone: string
// province: string
// province_id?: number
// city: string
// city_id?: number
// district: string
// district_id?: number
// city_id: number
longitude: number,
latitude: number,
address: string
is_default: number
// is_default: number
}
export function addUserAddress(data: IAddUserAddressParams) {