登录状态更新地址
POST
http://localhost:8080/rlg/product/update
请求参数
参数名
类型
描述
必填
receiverProvince
String
省份
必填
receiverCity
String
城市
必填
receiverDistrict
String
区/县
必填
receiverAddress
String
详细地址
必填
receiverZip
String
邮编
必填
receiverName
String
收货人姓名
必填
receiverPhone
String
收货人固定电话
必填
receiverMobile
String
移动电话
必填
id
Integer
ID
必填
响应参数
参数名
类型
描述
必填
code
Intrger
接口请求状态码
必填
msg
String
接口请求返回信息
可选
data
String
接口请求返回数据
可选