{
"app_id": [
0
],
"push_type": 0,
"push_title": "string",
"push_content": "string",
"push_rate": 0,
"push_time": "string"
}curl --location 'api/api/admin/push/push_config' \
--header 'Content-Type: application/json' \
--data '{
"app_id": [
0
],
"push_type": 0,
"push_title": "string",
"push_content": "string",
"push_rate": 0,
"push_time": "string"
}'{
"code": 2000,
"msg": "success",
"data": null
}