文档
测试

地址管理(分页)

POST
/mobile/api/ShopUserAddress/getList

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

请求参数

参数名
类型
描述
必填
page
int
page不为0的时候分页
必填

响应参数

参数名
类型
描述
必填
status
int
示例:0
必填
msg
string
示例:操作成功
必填
datas
object
数据字典
必填
total
int
总数 示例:2
必填
per_page
int
每页页数 示例:20
必填
current_page
int
当前页数 示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:3
必填
uuid
string
示例:222
必填
name
string
姓名 示例:xxx
必填
mobile
string
联系方式 示例:18077777777
必填
area
object
地区 示例:null
必填
address
string
地址 示例:上海xxx
必填
selected
tinyint
示例:0
必填
create_by_uuid
string
创建人uuid 示例:null
必填
create_by_account
string
创建人account 示例:null
必填
create_by_name
string
创建人Realname 示例:null
必填
create_date
string
示例:2020-10-20 17:24:43
必填
edit_by_uuid
string
编辑人uuid 示例:null
必填
edit_by_account
string
编辑人account 示例:null
必填
edit_by_name
string
编辑人Realname 示例:null
必填
edit_date
string
示例:null
必填
is_delete
string
示例:0
必填
delete_by_uuid
string
示例:null
必填
delete_date
string
示例:null
必填
company_uuid
string
示例:null
必填
company_name
string
示例:null
必填