文档
测试

地址管理(不分页)

POST
/mobile/api/ShopUserAddress/getList

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
status
int
示例:0
必填
msg
string
示例:操作成功
必填
datas
array
数据列表
必填
id
int
示例:3
必填
uuid
string
示例:222
必填
name
string
姓名 示例:xxx
必填
mobile
string
联系方式 示例:18077777777
必填
area
string
地区 示例:null
必填
address
string
地址 示例:上海xxx
必填
selected
tinyint
示例:1为默认,2非默认
必填
create_by_uuid
object
创建人uuid 示例:null
必填
create_by_account
object
创建人account 示例:null
必填
create_by_name
object
创建人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
enum
字典值 '0','1' 示例:0
必填
delete_by_uuid
string
示例:null
必填
delete_date
string
示例:null
必填
company_uuid
string
示例:null
必填
company_name
string
示例:null
必填