信呼v2.5.0版本

This commit is contained in:
雨中磐石
2022-09-29 15:34:08 +08:00
parent e6d2c91521
commit 44100a4ab9
37 changed files with 685 additions and 91 deletions

View File

@@ -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;