|
@@ -27,7 +27,7 @@ class PushMessageService
|
|
* @throws ApiException
|
|
* @throws ApiException
|
|
* @throws GuzzleException
|
|
* @throws GuzzleException
|
|
*/
|
|
*/
|
|
- public static function pushMessageToUser($uid, $title, $content, $url): bool
|
|
|
|
|
|
+ public static function pushMessageToUser($uid, $title, $content, $url)
|
|
{
|
|
{
|
|
// 获取用户push信息
|
|
// 获取用户push信息
|
|
$pushUser = QappPushUser::getPushUserByUid($uid);
|
|
$pushUser = QappPushUser::getPushUserByUid($uid);
|