Example #1
0
ts_dump($r2);
/* ===========================================================================================
 * ========================================= NOTIFY ==========================================
 * ===========================================================================================
 */
/*-------------------------------------
= notify_send($uids,$type,$title,$info,$cate)
-------------------------------------*/
define("__APP__", "/TEST/TP1_6/Test/index.php");
$uid = "111,222";
$type = "mini_comment";
$title_data2["xxx"] = "aaa";
$body_data2["comment"] = "PLMM!";
$body_data2["url"] = __APP__ . "/Photo/list/id/2";
//$r = $api->notify_send($uid,$type,$title_data2,$body_data2);
ts_dump($r);
/*-------------------------------------
= notify_get($cate,$type);
-------------------------------------*/
$r = $api->notify_get("notification");
ts_dump($r);
/*-------------------------------------
= notify_getNewNum($cate);
-------------------------------------*/
$r = $api->notify_getNewNum(null, "json");
ts_dump($r);
/*-------------------------------------
= App
-------------------------------------*/
$r = $api->app_getLeftNav();
ts_dump($r);