添加编辑用户地址
POST
http://127.0.0.1:2022/user/edit_address
请求参数
参数名
类型
描述
必填
name
string
示例:124
必填
phone
int
示例:124
必填
email
string
示例:124
必填
company
string
示例:124
必填
state_id
int
示例:12
必填
country_id
int
示例:12
必填
province_id
int
示例:12
必填
detail
string
示例:1
必填
address2
string
示例:1
必填
zipcode
int
示例:2
必填
defualt
int
示例:0
必填
address_id
int
示例:3(编辑传,添加不传)
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
boolean
示例:true
必填