文档
测试

获取所有客户

POST
http://xhf.qmbzch.cn/api/customer/get_customer_all

响应参数

参数名
类型
描述
必填
state
string
示例:fail
必填
message
string
示例:查询成功
必填
data
object
数据字典
必填
id
int
示例:1
必填
name
string
示例:测试
必填
abbreviation
string
示例:测试简称
必填
code
string
示例:202020
必填
contacts
string
示例:罗
必填
tel
string
示例:15708482824
必填
address
string
示例:玖熙广场三期一栋
必填
qualifications_img
string
示例:
必填
remarks
string
示例:备注信息
必填
state
int
示例:1
必填

说明 / 示例

{ "state": "ok", "data": [ { "customerId": 1, "customerName": "客户1", "code": "123456" }, { "customerId": 2, "customerName": "客户2", "code": "123456" }, { "customerId": 3, "customerName": "客户3", "code": "123456" }, { "customerId": 4, "customerName": "客户4", "code": "123456" }, { "customerId": 5, "customerName": "客户5", "code": "123456" }, { "customerId": 6, "customerName": "客户6", "code": "123456" }, { "customerId": 7, "customerName": "客户7", "code": "123456" }, { "customerId": 8, "customerName": "客户8", "code": "123456" }, { "customerId": 9, "customerName": "客户9", "code": "123456" }, { "customerId": 10, "customerName": "客户10", "code": "123456" }, { "customerId": 11, "customerName": "客户11", "code": "123456" } ] }