{
"token": "string",
"permissionOrganizationIds": [
0
],
"pageNo": 0,
"pageSize": 0,
"pageNoBegin": 0,
"pageNoEnd": 0,
"contactPerson": "string",
"contactPhone": "string",
"cooperationType": 0,
"lastCooperationState": 0,
"company": "string"
}curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/platform/cooperationPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"pageNo": 0,
"pageSize": 0,
"pageNoBegin": 0,
"pageNoEnd": 0,
"contactPerson": "string",
"contactPhone": "string",
"cooperationType": 0,
"lastCooperationState": 0,
"company": "string"
}'{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"contactPerson": "string",
"contactPhone": "string",
"cooperationType": 0,
"lastFollowTime": "2019-08-24T14:15:22.123Z",
"lastFollowAdminUserName": "string",
"lastCooperationState": 0,
"company": "string",
"cooperationWorkflowList": [
{
"id": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"followStaffId": 0,
"followStaffName": "string",
"cooperationState": 0,
"remark": "string",
"cooperationId": 0
}
]
}
]
}