Authorization: Bearer ********************
{
"pageSize": 0,
"pageNum": 0,
"merchantId": 0,
"model": "string",
"itemId": 0
}
curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/system/gpt/log/listPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNum": 0,
"merchantId": 0,
"model": "string",
"itemId": 0
}'
{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"model": "string",
"itemId": 0,
"itemName": "string",
"systemContent": "string",
"userContent": "string",
"content": "string"
}
],
"code": 0,
"msg": "string"
}