{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"grayReleasedId": 0,
"type": 1,
"probability": 0,
"unionId": "string",
"brand": "string",
"createDate": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/admin/insertGrayReleased' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"grayReleasedId": 0,
"type": 1,
"probability": 0,
"unionId": "string",
"brand": "string",
"createDate": "string"
}'
{
"code": 0,
"msg": "新增成功!",
"data": {
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"grayReleasedId": 0,
"type": 0,
"probability": 0.0,
"unionId": "",
"brand": "",
"createDate": ""
}
}