{
"pushGroupId": 0,
"pushGroupName": "string",
"isDelete": "Y",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
}
}
curl --location --request PUT 'https://test-api.yunjishop.cn/notice/pushGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"pushGroupId": 0,
"pushGroupName": "string",
"isDelete": "Y",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
}
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}