feat: 更新地址信息接口,优化地址选择逻辑和表单验证

This commit is contained in:
2025-04-17 04:21:00 +08:00
parent 2e5e0afd30
commit d53295bb0c
2 changed files with 97 additions and 73 deletions

View File

@@ -698,9 +698,9 @@ export interface PointGoodsModel {
export interface AddressInfo {
id?: string
province: string
city: string
district: string
street: string
city?: string
district?: string
street?: string
address: string
phone: number
name: string