信呼v2.5.0版本
This commit is contained in:
@@ -122,7 +122,9 @@ class indexClassAction extends apiAction
|
||||
{
|
||||
$hwtoken = $this->get('hwtoken');
|
||||
$pushtoken = $this->get('pushtoken');
|
||||
$appver = $this->get('appversion');
|
||||
$ispush = (int)$this->get('ispush','0');
|
||||
if($appver)$pushtoken.='_'.$appver.'';
|
||||
$uarr['ispush'] = $ispush;
|
||||
$uarr['pushtoken'] = $pushtoken;
|
||||
$uarr['moddt'] = $this->now;
|
||||
|
||||
Reference in New Issue
Block a user