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