{
"page": {
"pageSize": 10,
"currentPage": 1
},
"userId": 1,
"hospitalId": 0
}
curl --location --request POST 'https://ops.mytijian.comops/action/hospital/business/gethospBusinessContactRelationList' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsZWppYW5fc2Vzc2lvbl9pZCI6ImQ5OTM5MjYzLTBiNGMtNDVmNy1iNDAyLTZlYzg5ZTU0NzFiOSIsInN1YiI6IjExMDU2MzI3IiwidXNlcl9uYW1lIjoiMTM4MTA4MDExNTciLCJzY29wZSI6WyJvcGVuaWQiLCJwcm9maWxlIl0sImlzcyI6Imh0dHBzOi8vYXV0aC5sZWppYW4uY29tIiwiZXhwIjoxNzUzMjUxMzc1LCJzZXNzaW9uX3N0YXRlIjoid2RmZk5SU2xER1QxRHE3NTlLRXV6MUtoZFVlS0owaDdpenAwNmNCT2xEVSIsImlhdCI6MTc1MjY0NjU3NSwianRpIjoiOTY5OWViMjEtMjMyYy00NTg4LTgwY2UtNTBkNzdkNjNlYWRjIiwiY2xpZW50X2lkIjoiQUREQjkxRDA3RUQ3MURGNkNERkY3Q0UxM0RFMjU4NjQifQ.Z26faERvK0z2prM5PjQGl7omOfqq0H09MLe7nQdAOEsEJHMTEDj2ENbhYNIt2JtCX7ALnPK8XhpkjKjKYkZWMtEGleF5mgz1i8_h5iCTYqHDZzgZkYzBrNFCUWwKw2ondV33V8IS1Xr4xllUGxA8dqPSGEPRsoSWc1bhahZ8mCD8zLQ0fu6ouvRMhP75j40uZc2DmrYXKcC_FUGctOf8nWn1S6kwJPLIvuuXf3tFcQUF7XU27mQUjkOrTPZUPcf5jKoxr3QQ-MeolnPFRy6gJYVMbpjXK2SG9Yt3iNMkyga4LK8Ka4UH_sl9cuw2GfsoGHhF8MwofM3V24rrKrJ5_w' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"pageSize": 10,
"currentPage": 1
},
"userId": 1,
"hospitalId": 0
}'
{
"records": [
{
"id": 0,
"name": "string",
"phone": "string",
"briefIntro": "string",
"detailIntro": "string",
"keywords": "string",
"examNotice": "string",
"type": "string",
"address": {
"id": 0,
"province": "string",
"city": "string",
"district": "string",
"address": "string",
"briefAddress": "string",
"latitude": "string",
"longitude": "string",
"addressName": "string",
"fullAddress": "string"
},
"settings": {
"hospitalId": 0,
"accountPay": true,
"mediatorType": "string",
"supportExtDiscount": true,
"platformGuestDiscount": 0,
"platformCompDiscount": 0,
"guestOnlineCompDiscount": 0,
"guestOfflineCompDiscount": 0,
"hospitalCompDiscount": 0,
"showInvoice": 0,
"previousBookDays": 0,
"previousBookTime": "string",
"previousExportDays": 0,
"examStartTime": "string",
"examEndTime": "string",
"refundRefusedItem": true,
"exportWithXls": true,
"needLocalPay": true,
"newOpenSyncCompany": 0,
"businessAmount": 0,
"workDay": "string",
"isIndividuationPlatformMeal": true,
"syncExamReportAbility": 0,
"settlementOpen": 0,
"settlementTime": 0,
"platformGuestOpsCost": 0,
"platformCompOpsCost": 0,
"platformGuestFinalDiscount": 0,
"platformCompFinalDiscount": 0,
"hospitalWorkOpsCost": 0,
"customerServices": true,
"specialPayNeeds": 0,
"hospitalSelfCompanyDiscount": 0,
"hospitalSelfCompanyCost": 0,
"hospitalSelfCompFinalDiscount": 0,
"hrRegisterSmsSendDelay": 0,
"crmPeriodShow": 0,
"individuationPlatformMeal": true,
"hospitalSetting": true,
"channelSetting": true
},
"sequence": 0,
"organizationType": 0,
"enable": 0,
"defaultManagerId": 0,
"pinYin": "string",
"showInList": 0,
"level": "string",
"opsManagerId": 0,
"opsManagerKeys": "string",
"trafficInfo": "string",
"addressId": 0,
"ranking": "string",
"gmtCreated": 0,
"gmtModified": 0,
"operator": "string",
"typeCode": 0,
"operatingModel": 0,
"supplierId": 0,
"supplierName": "string",
"userId": 0,
"userName": "string"
}
],
"page": {
"rowCount": 0,
"currentPage": 0,
"pageSize": 0,
"offset": 0,
"countMethod": "string"
}
}