文档
测试

获取客户文件列表

POST
http://182.61.50.242:6070/cusFileArchiving/getCusFileArchivingList?customerId=1&pageIndex=1&pageSize=10

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
currentPage
int
示例:1
必填
isMore
int
示例:0
必填
items
array
数据列表
必填
id
int
示例:18
必填
customerId
int
客户编号,示例:1
必填
fileName
string
文件名称,示例:Chrysanthemum (2).jpg
必填
fileSize
string
文件大小,示例:126kb
必填
pictureBase64
string
文件base64码,示例:过于长,先不展示了。
必填
createTime
int
创建时间,示例:1577962728000
必填
pageSize
int
示例:10
必填
startIndex
int
示例:0
必填
totalNum
int
示例:1
必填
totalPage
int
示例:1
必填