文档
测试

保存地址

POST
web/address/save

请求头

参数名
类型
描述
必填
token
string
登录标识
必填

请求参数

参数名
类型
描述
必填
id
int
地址ID,有就是修改,没有是新增
可选
contact_name
string
姓名 示例:白展堂
必填
contact_tel
string
联系电话 示例:15613321312
必填
sex
string
性别 0女士 1先生
必填
province_code
string
省编码
必填
province_name
string
省 示例:山东省
必填
city_code
string
市编码
必填
city_name
string
市 示例:济南市
必填
district_code
string
区编码
必填
district_name
string
区 示例:历下区
必填
address
string
详细地址
必填
is_default
int
是否默认 0否 1是
必填