CCRCOPENAUTH: ********************{
"classifyFields": [
"string"
],
"count": false,
"num": 0,
"page": 0,
"thirdPartyAppId": "string",
"thirdPartyPlatformId": "string",
"thirdPartySystem": "string"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/user/api/paas/user/third/party/queries' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"classifyFields": [
"string"
],
"count": false,
"num": 0,
"page": 0,
"thirdPartyAppId": "string",
"thirdPartyPlatformId": "string",
"thirdPartySystem": "string"
}'{
"code": "string",
"data": {
"classifyFields": [
"string"
],
"data": [
{
"appId": "string",
"appSecret": "string",
"createDatetime": "2019-08-24T14:15:22.123Z",
"createDatetimeStr": "string",
"modifyDatetime": "2019-08-24T14:15:22.123Z",
"modifyDatetimeStr": "string",
"onOff": 0,
"platformId": "string",
"system": "string",
"thirdPartyCode": "string"
}
],
"num": 0,
"pages": 0,
"total": 0
},
"message": "string",
"success": true
}