文档
测试

按条件查询客户区域列表

POST
http://182.61.50.242:6070/customerArea/getCustomerAreasByCondition?pageSize=1&paseIndex=10

请求参数

参数名
类型
描述
必填
findData
string
用于模糊查询,示例:杭
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
currentPage
int
示例:1
必填
isMore
int
示例:0
必填
items
array
客户区域数据列表
必填
id
int
示例:4
必填
createTime
int
创建时间,示例:1576922710670
必填
name
string
名称,示例:阿斯顿发
必填
remarks
string
备注,示例:阿萨法
必填
pageSize
int
示例:10
必填
startIndex
int
示例:0
必填
totalNum
int
示例:3
必填
totalPage
int
示例:1
必填