{
"pageNo": 1,
"pageSize": 10,
"params": {
// "customerNo": 1862666182808387584,
// "name": "视旅",
// "contactor": "梁",
// "phone": "",
// "groupNo": "",
// "status": 1,
// "signCorporation": 800001,
// "balanceCorporation": "1002",
// "createTimeStrS": "2024-01-01",
// "createTimeStrE": "2025-03-08",
// "enterpriseNo": "66666"
}
}
curl --location --request POST '/api/cps/customer/enterprise/page' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0NDE5NDc1NywiZXhwIjoxNzQ0MjgxMTU3fQ.cvhpN62i8lpx3QhzfBGcKOJOf_BZ6uT1b25cUE6ugEU' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"params": {
// "customerNo": 1862666182808387584,
// "name": "视旅",
// "contactor": "梁",
// "phone": "",
// "groupNo": "",
// "status": 1,
// "signCorporation": 800001,
// "balanceCorporation": "1002",
// "createTimeStrS": "2024-01-01",
// "createTimeStrE": "2025-03-08",
// "enterpriseNo": "66666"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"customerNo": 0,
"id": 0,
"groupNo": 0,
"customerTypeNo": 0,
"type": 0,
"name": "",
"shortName": "",
"licenseNumber": "",
"legalPerson": "",
"fax": "",
"tel": "",
"contactor": "",
"cardNo": "",
"phone": "",
"email": "",
"loginName": "",
"qq": "",
"address": "",
"developer": "",
"source": 0,
"isCompany": 0,
"isOpen": 0,
"status": 0,
"owner": 0,
"valid": 0,
"expiredDate": "",
"enterpriseNo": "",
"creater": "",
"createTime": "",
"modifier": "",
"modifyTime": "",
"contractId": "",
"cardId": "",
"cardId2": "",
"remark": "",
"extend1": "",
"extend2": "",
"extend3": "",
"day": 0,
"urgentContactor": "",
"urgentPhone": "",
"signCorporation": "",
"balanceCorporation": "",
"ownerArea": "",
"isSub": 0,
"supperNo": 0,
"supperName": "",
"querynum": 0,
"ordernum": 0,
"alipayAccount": "",
"tftpayAccount": "",
"wechatAccount": "",
"isSign": 0,
"businessLine": "",
"ifsquerynum": 0,
"ifsordernum": 0,
"reckoner": "",
"customerSource": "",
"tianfuId": 0,
"tianfuResult": 0,
"isApply": 0,
"hotelFeeStandard": 0,
"profitRuleNo": 0
}
],
"total": 0,
"current": 0,
"size": 0
}
}