Authorization: Bearer ********************
{
"dataTime": "2019-08-24T14:15:22Z",
"typeList": [
"1"
]
}
curl --location --request POST '/api/services/app/behaviorManage/logAccount/show' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTime": "2019-08-24T14:15:22Z",
"typeList": [
"1"
]
}'
[
{
"dataTime": "2019-08-24T14:15:22Z",
"textList": [
{
"key": 0,
"value": "string"
}
]
}
]