Commit 518d5b82 by Tobin

t : generals_helper.php

parent f742b66d
......@@ -398,6 +398,10 @@
}
function push_sent_cancel($app='1',$fcm_token='', $fcm_data=array()) {
pre($app);
pre($fcm_token);
pr($fcm_data);
$settings = getSettings();
$key = ($app=='1')?$settings['app_id']:$settings['org_app_id'];
if(empty($key) || empty($fcm_token) || empty($fcm_data)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment