添加地址
POST
http://localhost:8888/rlg/shipping/ increase
接口描述
添加收货地址
请求参数
参数名
类型
描述
必填
receiver_name
String
收货人姓名
必填
receiver_phone
String
收货固定电话
必填
receiver_province
String
收货省份
必填
receiver_city
String
城市
必填
receiver_district
String
收货区/县
必填
receiver_address
String
详细地址
必填
receiver_zip
String
邮编
必填
响应参数
参数名
类型
描述
必填
code
Integer
接口请求状态码
必填
message
String
接口请求返回信息
可选
data
String
接口请求返回数据
可选