文档
测试

地址簿新增

POST
https://test.yxshare.top:9090/locationinfo/increasedlocation

请求参数

参数名
类型
描述
必填
locationinfo
object
数据字典
必填
location
string
前海基金小镇A688888 详细支付
必填
location_mobile
string
示例:15986607495 手机号
必填
province
string
示例:广东省 省份
必填
city
string
示例:深圳市 市
必填
county
string
示例:南山区 区
必填
street
string
示例:创业六路 街道
必填
location_call
string
示例:牛逼 名字
必填

响应参数

参数名
类型
描述
必填
ret
int
示例:0
必填
data
object
示例:null
必填
msg
string
示例:请求正常
必填
code
string
示例:200
必填
list
object
示例:null
必填

说明 / 示例

请求参数 { "locationinfo":{ "location":"前海基金小镇A688888", "location_mobile":"15986607495", "province":"广东省", "city":"深圳市", "county":"南山区", "street":"创业六路", "location_call":"牛逼" } }