-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.php
660 lines (566 loc) · 19.8 KB
/
demo.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<?php
require __DIR__ . '/vendor/autoload.php';
use GeTui\exception\RequestException;
use GeTui\IGeTui;
use GeTui\igetui\DictionaryAlertMsg;
use GeTui\igetui\IGtAPNPayload;
use GeTui\igetui\IGtAppMessage;
use GeTui\igetui\IGtListMessage;
use GeTui\igetui\IGtMultiMedia;
use GeTui\igetui\IGtSingleMessage;
use GeTui\igetui\IGtTagMessage;
use GeTui\igetui\IGtTarget;
use GeTui\igetui\MediaType;
use GeTui\igetui\SimpleAlertMsg;
use GeTui\igetui\template\IGtLinkTemplate;
use GeTui\igetui\template\IGtNotificationTemplate;
use GeTui\igetui\template\IGtNotyPopLoadTemplate;
use GeTui\igetui\template\IGtTransmissionTemplate;
use GeTui\igetui\template\notify\SmsMessage;
use GeTui\igetui\utils\AppConditions;
use GeTui\IGtBatch;
//error_reporting(0);
////设置代理
//putenv("gexin_http_proxy_ip=192.168.44.129");
//putenv("gexin_http_proxy_port=808");
//putenv("gexin_http_proxy_username=user");
//putenv("gexin_http_proxy_passwd=123456");
define('APPKEY', 'ruAkywbBi06DvBorF012DA');
define('APPID', 'Z6wmlQS1Qq6Zp3IJiLWnpA');
define('MASTERSECRET', 'U7GqGDkaGe6HSmCyHKebS9');
define('HOST', 'http://sdk.open.api.igexin.com/apiex.htm');
define('CID', '8d9faec981cb393af8be510d42e59978');
//define('CID', '464e7f023fe30758391da28889d3b0c3');
define('DT', '');
define('CID1', '8d9faec981cb393af8be510d42e59978');
//define('CID1', '464e7f023fe30758391da28889d3b0c3');
define('DT1', '');
define('groupName', '');
define('PN', '');
define('Badge', '+1');
define("TASKID", "OSA-0731_RGyUZj0gYEAC51o1EgbTz8");
define("ALIAS", "ALIAS");
//测试完成
//getUserStatus();
//setTag();
//getUserTags();
//getUserCountByTagsDemo();
//getPushResultByGroupNameDemo();
//addCidListToBlkDemo();
//restoreCidListFromBlkDemo();
//getLast24HoursOnlineUserStatisticsDemo();
//getPushMessageResultDemo();
//setBadgeForCIDDemo();
//setBadgeForDeviceTokenDemo();
//getScheduleTaskDemo();
//delScheduleTaskDemo();
//bindCidPnDemo();
//queryCidPnDemo();
//unbindCidPnDemo();
echo "Start" . PHP_EOL;
//pushMessageToSingle();
pushMessageToApp();
echo PHP_EOL . "Done" . PHP_EOL;
//pushMessageByTag();
//pushMessageToSingleBatch();
//pushMessageToList();
//pushMessageToApp();
//bindAlias();
//queryCidByAlias();
//queryAliasByCID();
//unbindAlias();
//unbindAliasAll();
//stopSendSmsDemo();
//stoptask();
function bindAlias()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->bindAlias(APPID, ALIAS, CID);
var_dump($ret);
}
function queryCidByAlias()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->queryClientId(APPID, ALIAS);
var_dump($ret);
}
function queryAliasByCID()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->queryAlias(APPID, CID);
var_dump($ret);
}
function unbindAlias()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->unBindAlias(APPID, ALIAS, CID);
var_dump($ret);
}
function unbindAliasAll()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->unBindAliasAll(APPID, ALIAS);
var_dump($ret);
}
function getPersonaTagsDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->getPersonaTags(APPID);
var_dump($ret);
}
function getUserCountByTagsDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$tagList = array("English", "龙卷风");
$ret = $igt->getUserCountByTags(APPID, $tagList);
var_dump($ret);
}
function getScheduleTaskDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->getScheduleTask(TASKID, APPID);
var_dump($ret);
}
function delScheduleTaskDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->delScheduleTask(TASKID, APPID);
var_dump($ret);
}
function getPushResultByGroupNameDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->getPushResultByGroupName(APPID, "toAppPush");
var_dump($ret);
}
function getLast24HoursOnlineUserStatisticsDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->getLast24HoursOnlineUserStatistics(APPID);
var_dump($ret);
}
function restoreCidListFromBlkDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$cidList = array(CID, "");
$ret = $igt->restoreCidListFromBlk(APPID, $cidList);
var_dump($ret);
}
function addCidListToBlkDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$cidList = array(CID, "");
$ret = $igt->addCidListToBlk(APPID, $cidList);
var_dump($ret);
}
function setBadgeForCIDDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$cidList = array(CID, CID1);
$ret = $igt->setBadgeForCID(Badge, APPID, $cidList);
var_dump($ret);
}
function setBadgeForDeviceTokenDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$cidList = array(DT, DT1);
$ret = $igt->setBadgeForDeviceToken(Badge, APPID, $cidList);
var_dump($ret);
}
//bindCidPnDemo();
function bindCidPnDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$params = array();
$params[CID] = md5(PN);
$ret = $igt->bindCidPn(APPID, $params);
var_dump($ret);
}
//unbindCidPnDemo();
function unbindCidPnDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$cids = array(CID, "");
$ret = $igt->unbindCidPn(APPID, $cids);
var_dump($ret);
}
function queryCidPnDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$cidList = array(CID);
$ret = $igt->queryCidPn(APPID, $cidList);
var_dump($ret);
}
function stopSendSmsDemo()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$ret = $igt->stopSendSms(APPID, "OSS-0801_4b427ea3eea4801064ac7f76b86da6ab");
var_dump($ret);
}
function getPushMessageResultDemo()
{
// putenv("gexin_default_domainurl=http://183.129.161.174:8006/apiex.htm");
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
// $ret = $igt->getPushResult("OSA-0522_QZ7nHpBlxF6vrxGaLb1FA3");
// var_dump($ret);
// $ret = $igt->queryAppUserDataByDate(APPID,"20140807");
// var_dump($ret);
$ret = $igt->queryAppPushDataByDate(APPID, "20180724");
var_dump($ret);
}
//用户状态查询
function getUserStatus()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$rep = $igt->getClientIdStatus(APPID, CID);
var_dump($rep);
echo("<br><br>");
}
//推送任务停止
function stoptask()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$rep = $igt->stop("OSA-0801_F3TKsUx10wAzfyPsq8zKY2");
var_dump($rep);
}
//通过服务端设置ClientId的标签
function setTag()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$tagList = array('', '中文', 'English');
$rep = $igt->setClientTag(APPID, CID, $tagList);
var_dump($rep);
echo("<br><br>");
}
function getUserTags()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$rep = $igt->getUserTags(APPID, CID);
//$rep.connect();
var_dump($rep);
echo("<br><br>");
}
//服务端推送接口,支持三个接口推送
//1.PushMessageToSingle接口:支持对单个用户进行推送
//2.PushMessageToList接口:支持对多个用户进行推送,建议为50个用户
//3.pushMessageToApp接口:对单个应用下的所有用户进行推送,可根据省份,标签,机型过滤推送
//
//单推接口案例
function pushMessageToSingle()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
//消息模版:
// 1.TransmissionTemplate:透传功能模板
// 2.LinkTemplate:通知打开链接功能模板
// 3.NotificationTemplate:通知透传功能模板
// 4.NotyPopLoadTemplate:通知弹框下载功能模板
// $template = IGtNotyPopLoadTemplateDemo();
// $template = IGtLinkTemplateDemo();
$template = IGtNotificationTemplateDemo();
// $template = IGtTransmissionTemplateDemo();
// $template = SmsDemo();
//TEST信息体
$message = new IGtSingleMessage();
$message->set_isOffline(true);//是否离线
$message->set_offlineExpireTime(3600 * 12 * 1000);//离线时间
$message->set_data($template);//设置推送消息类型
// $message->set_PushNetWorkType(0);//设置是否根据WIFI推送消息,1为wifi推送,0为不限制推送
//接收方
$target = new IGtTarget();
$target->set_appId(APPID);
$target->set_clientId(CID);
// $target->set_alias(ALIAS);
try
{
$rep = $igt->pushMessageToSingle($message, $target);
var_dump($rep);
echo("<br><br>");
}
catch (RequestException $e)
{
$requstId = $e->getRequestId();
$rep = $igt->pushMessageToSingle($message, $target, $requstId);
var_dump($rep);
echo("<br><br>");
}
}
function SmsDemo()
{
$template = new IGtTransmissionTemplate();
$template->set_appId(APPID);//应用appid
$template->set_appkey(APPKEY);//应用appkey
$template->set_transmissionType(1);//透传消息类型
$template->set_transmissionContent("测试离线ddd");//透传内容
//$template->set_duration(BEGINTIME,ENDTIME); //设置ANDROID客户端在此时间区间内展示消息
$smsMessage = new SmsMessage();
$smsContent = array();
$smsContent["code1"] = "1234";
$smsContent["time"] = "5";
$smsMessage->setSmsContent($smsContent);
$smsMessage->setSmsTemplateId("1a0ad952756f4c679ca67f008bf37b5e");
$smsMessage->setOfflineSendtime(1000);
$template->setSmsInfo($smsMessage);
return $template;
}
function pushMessageToSingleBatch()
{
putenv("gexin_pushSingleBatch_needAsync=false");
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$batch = new IGtBatch(APPKEY, $igt);
$batch->setApiUrl(HOST);
//$igt->connect();
//消息模版:
// 1.TransmissionTemplate:透传功能模板
// 2.LinkTemplate:通知打开链接功能模板
// 3.NotificationTemplate:通知透传功能模板
// 4.NotyPopLoadTemplate:通知弹框下载功能模板
//$template = IGtNotyPopLoadTemplateDemo();
$templateLink = IGtLinkTemplateDemo();
$templateNoti = IGtNotificationTemplateDemo();
//$template = IGtTransmissionTemplateDemo();
//TEST信息体
$messageLink = new IGtSingleMessage();
$messageLink->set_isOffline(true);//是否离线
$messageLink->set_offlineExpireTime(12 * 1000 * 3600);//离线时间
$messageLink->set_data($templateLink);//设置推送消息类型
//$messageLink->set_PushNetWorkType(1);//设置是否根据WIFI推送消息,1为wifi推送,0为不限制推送
$targetLink = new IGtTarget();
$targetLink->set_appId(APPID);
$targetLink->set_clientId(CID);
$batch->add($messageLink, $targetLink);
//TEST信息体
$messageNoti = new IGtSingleMessage();
$messageNoti->set_isOffline(true);//是否离线
$messageNoti->set_offlineExpireTime(12 * 1000 * 3600);//离线时间
$messageNoti->set_data($templateNoti);//设置推送消息类型
//$messageNoti->set_PushNetWorkType(1);//设置是否根据WIFI推送消息,1为wifi推送,0为不限制推送
$targetNoti = new IGtTarget();
$targetNoti->set_appId(APPID);
$targetNoti->set_clientId(CID2);
$batch->add($messageNoti, $targetNoti);
try
{
$rep = $batch->submit();
var_dump($rep);
echo("<br><br>");
}
catch (Exception $e)
{
$rep = $batch->retry();
var_dump($rep);
echo("<br><br>");
}
}
//多推接口案例
function pushMessageToList()
{
putenv("gexin_pushList_needDetails=true");
putenv("gexin_pushList_needAsync=true");
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
//消息模版:
// 1.TransmissionTemplate:透传功能模板
// 2.LinkTemplate:通知打开链接功能模板
// 3.NotificationTemplate:通知透传功能模板
// 4.NotyPopLoadTemplate:通知弹框下载功能模板
//$template = IGtNotyPopLoadTemplateDemo();
//$template = IGtLinkTemplateDemo();
//$template = IGtNotificationTemplateDemo();
$template = IGtTransmissionTemplateDemo();
//TEST信息体
$message = new IGtListMessage();
$message->set_isOffline(true);//是否离线
$message->set_offlineExpireTime(3600 * 12 * 1000);//离线时间
$message->set_data($template);//设置推送消息类型
// $message->set_PushNetWorkType(1); //设置是否根据WIFI推送消息,1为wifi推送,0为不限制推送
// $contentId = $igt->getContentId($message);
$contentId = $igt->getContentId($message, "toList任务别名功能"); //根据TaskId设置组名,支持下划线,中文,英文,数字
//接收方1
$target1 = new IGtTarget();
$target1->set_appId(APPID);
$target1->set_clientId(CID);
// $target1->set_alias(Alias);
$targetList[] = $target1;
$rep = $igt->pushMessageToList($contentId, $targetList);
var_dump($rep);
echo("<br><br>");
}
//群推接口案例
function pushMessageToApp()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
// $template = IGtLinkTemplateDemo();
$template = IGtNotificationTemplateDemo();
//TEST信息体
//基于应用消息体
$message = new IGtAppMessage();
$message->set_isOffline(true);
$message->set_offlineExpireTime(10 * 60 * 1000);//离线时间单位为毫秒,例,两个小时离线为3600*1000*2
$message->set_data($template);
// $message->setPushTime("201808011537");
$appIdList = array(APPID);
$phoneTypeList = array('ANDROID');
// $provinceList = array('浙江');
// $tagList = array('中文');
// $age = array("0000", "0010");
$cdt = new AppConditions();
$cdt->addCondition(AppConditions::PHONE_TYPE, $phoneTypeList);
// $cdt->addCondition(AppConditions::REGION, $provinceList);
// $cdt->addCondition(AppConditions::TAG, $tagList);
// $cdt->addCondition("age", $age);
$message->set_appIdList($appIdList);
$message->set_conditions($cdt);
$rep = $igt->pushMessageToApp($message);
var_dump($rep);
echo("<br><br>");
}
//所有推送接口均支持四个消息模板,依次为通知弹框下载模板,通知链接模板,通知透传模板,透传模板
//注:IOS离线推送需通过APN进行转发,需填写pushInfo字段,目前仅不支持通知弹框下载功能
function IGtNotyPopLoadTemplateDemo()
{
$template = new IGtNotyPopLoadTemplate();
$template->set_appId(APPID);//应用appid
$template->set_appkey(APPKEY);//应用appkey
//通知栏
$template->set_notyTitle("TEST");//通知栏标题
$template->set_notyContent("TEST最新版点击下载");//通知栏内容
$template->set_notyIcon("");//通知栏logo
$template->set_isBelled(true);//是否响铃
$template->set_isVibrationed(true);//是否震动
$template->set_isCleared(true);//通知栏是否可清除
//弹框
$template->set_popTitle("弹框标题");//弹框标题
$template->set_popContent("弹框内容");//弹框内容
$template->set_popImage("");//弹框图片
$template->set_popButton1("下载");//左键
$template->set_popButton2("取消");//右键
//下载
$template->set_loadIcon("");//弹框图片
$template->set_loadTitle("地震速报下载");
$template->set_loadUrl("http://dizhensubao.igexin.com/dl/com.ceic.apk");
$template->set_isAutoInstall(false);
$template->set_isActived(true);
//$template->set_notifyStyle(0);
//$template->set_duration(BEGINTIME,ENDTIME); //设置ANDROID客户端在此时间区间内展示消息
return $template;
}
function IGtLinkTemplateDemo()
{
$template = new IGtLinkTemplate();
$template->set_appId(APPID);//应用appid
$template->set_appkey(APPKEY);//应用appkey
$template->set_title("请输入通知标题1");//通知栏标题
$template->set_text("请输入通知内容");//通知栏内容
$template->set_logo("");//通知栏logo
$template->set_isRing(true);//是否响铃
$template->set_isVibrate(true);//是否震动
$template->set_isClearable(true);//通知栏是否可清除
$template->set_url("http://www.igetui.com/");//打开连接地址
//$template->set_duration(BEGINTIME,ENDTIME); //设置ANDROID客户端在此时间区间内展示消息
return $template;
}
function IGtNotificationTemplateDemo()
{
$template = new IGtNotificationTemplate();
$template->set_appId(APPID);//应用appid
$template->set_appkey(APPKEY);//应用appkey
$template->set_transmissionType(1);//透传消息类型
$template->set_transmissionContent("测试离线");//透传内容
$template->set_title("盖世竞猜");//通知栏标题
$template->set_text("盖世竞猜最新版点击下载");//通知栏内容
$template->set_logo("http://wwww.igetui.com/logo.png");//通知栏logo
$template->set_isRing(true);//是否响铃
$template->set_isVibrate(true);//是否震动
$template->set_isClearable(true);//通知栏是否可清除
//$template->set_duration(BEGINTIME,ENDTIME); //设置ANDROID客户端在此时间区间内展示消息
return $template;
}
function IGtTransmissionTemplateDemo()
{
$template = new IGtTransmissionTemplate();
$template->set_appId(APPID);//应用appid
$template->set_appkey(APPKEY);//应用appkey
$template->set_transmissionType(1);//透传消息类型
$template->set_transmissionContent("测试离线ddd");//透传内容
//$template->set_duration(BEGINTIME,ENDTIME); //设置ANDROID客户端在此时间区间内展示消息
//APN简单推送
$apn = new IGtAPNPayload();
$alertmsg = new SimpleAlertMsg();
$alertmsg->alertMsg = "abcdefg3";
$apn->alertMsg = $alertmsg;
$apn->badge = 2;
$apn->sound = "";
$apn->add_customMsg("payload", "payload");
$apn->contentAvailable = 1;
$apn->category = "ACTIONABLE";
$template->set_apnInfo($apn);
var_dump(class_exists(SimpleAlertMsg::class));
//VOIP推送
// $voip = new VOIPPayload();
// $voip->setVoIPPayload("新浪");
// $template->set_apnInfo($voip);
//第三方厂商推送透传消息带通知处理
// $notify = new IGtNotify();
//// $notify -> set_payload("透传测试内容");
// $notify -> set_title("透传通知标题");
// $notify -> set_content("透传通知内容");
// $notify->set_url("https://www.baidu.com");
// $notify->set_type(NotifyInfo_Type::_url);
// $template -> set3rdNotifyInfo($notify);
//APN高级推送
$apn = new IGtAPNPayload();
$alertmsg = new DictionaryAlertMsg();
$alertmsg->body = "body";
$alertmsg->actionLocKey = "ActionLockey";
$alertmsg->locKey = "LocKey";
$alertmsg->locArgs = array("locargs");
$alertmsg->launchImage = "launchimage";
// IOS8.2 支持
$alertmsg->title = "Title";
$alertmsg->titleLocKey = "TitleLocKey";
$alertmsg->titleLocArgs = array("TitleLocArg");
$apn->alertMsg = $alertmsg;
$apn->badge = 7;
$apn->sound = "";
$apn->add_customMsg("payload", "payload");
$apn->contentAvailable = 1;
$apn->category = "ACTIONABLE";
//
//// IOS多媒体消息处理
$media = new IGtMultiMedia();
$media->set_url("http://docs.getui.com/start/img/pushapp_android.png");
$media->set_onlywifi(false);
$media->set_type(MediaType::pic);
$medias = array();
$medias[] = $media;
$apn->set_multiMedias($medias);
$template->set_apnInfo($apn);
return $template;
}
//多标签推送接口案例
function pushMessageByTag()
{
$igt = new IGeTui(HOST, APPKEY, MASTERSECRET);
$template = IGtLinkTemplateDemo();
//TEST信息体
//基于应用消息体
$message = new IGtTagMessage();
$message->set_isOffline(true);
$message->set_offlineExpireTime(10 * 60 * 1000);//离线时间单位为毫秒,例,两个小时离线为3600*1000*2
$message->set_data($template);
$appIdList = array(APPID);
$message->set_tag("中文");
$message->set_appIdList($appIdList);
$rep = $igt->pushTagMessage($message);
var_dump($rep);
echo("<br><br>");
}
function IGtTransmissionTemplateFunction()
{
$template = new IGtTransmissionTemplate();
$template->set_appId('qmLGUim5KR76RY5us9og16');//应用appid
$template->set_appkey('3qxvCArI7iAGFf4ZEyzqu8');//应用appkey
$template->set_transmissionType(1);//透传消息类型
$template->set_transmissionContent('12345677');//透传内容
return $template;
}
?>