简要描述:

  • 据id获取请求地址详情接口

请求 URL:

  • /api/shop/area/detail

请求方式:

  • GET
  • POST

接口授权:

参数名称 类型 必选 长度 接口介绍
token String Y 128 授权时获取的token
code String Y 16 code

响应数据:

参数名称 数据格式
status 返回值:true/false
code 成功为 200
msg 提示信息
result {
code”: 15,
“parent_code”: 0,
“level”: 0,
“text”: “浙江”,
“state”: 1,
“remark”: “”,
“createtime”: 1512718940,
“updatetime”: 1513914956
}

相关字段说明

参数名称 类型 必选 长度 接口介绍
code Integer Y 11 请求地址编号
parent_code Integer Y 11 上级请求地址ID
text String Y 64 请求地址名称
level Integer Y 1 等级0省1市2区
remark String Y 64 备注
文档更新时间: 2020-03-26 17:31   作者:管理员