//立即推送
{
"Bundle": "com.applay.down",
"show_id": "z-tt18069420",
"PushType": "immediate"
}
//定时推送
// {
// "Bundle": "com.example.app",
// "show_id": "z-tt1234567",
// "PushType": "timed",
// "PushDate": "2024-06-01",
// "PushTime": "15:30:00"
// }curl --location 'api/api/admin/user/pushuser' \
--header 'Content-Type: application/json' \
--data '//立即推送
{
"Bundle": "com.applay.down",
"show_id": "z-tt18069420",
"PushType": "immediate"
}
//定时推送
// {
// "Bundle": "com.example.app",
// "show_id": "z-tt1234567",
// "PushType": "timed",
// "PushDate": "2024-06-01",
// "PushTime": "15:30:00"
// }'{
"code": 2000,
"data": null,
"msg": "success"
}