文档
测试

新增收货地址

POST
http://172.16.16.100:8085/api/web/userAddress/add

请求参数

参数名
类型
描述
必填
consignee
String
收货人
必填
province
Integer
省份
必填
city
Integer
城市
必填
district
Integer
地区
必填
address
String
详细地址
必填
mobile
String
手机
必填
isDefault
Boolean
是否为默认地址(false否true是)
必填

响应参数

参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填
id
Integer
新增成功后的id
必填