{
"token": "string",
"permissionOrganizationIds": [
0
],
"id": 0,
"organizationId": 0,
"communityId": 0
}curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/platform/cooperationDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"id": 0,
"organizationId": 0,
"communityId": 0
}'{
"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
}
]
}
}