Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
359ca1c2
Commit
359ca1c2
authored
Dec 10, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排除空设备
parent
18bdcf61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
PushClientService.php
application/api/service/PushClientService.php
+5
-1
No files found.
application/api/service/PushClientService.php
View file @
359ca1c2
...
...
@@ -108,7 +108,11 @@ class PushClientService
$result
=
false
;
}
else
{
$push_id
=
$chat_ext
->
getInfo
(
'push_id'
,
[
'ext_id'
=>
$ext_id
,
'is_forbidden'
=>
$is_forbidden
]);
$result
=
$push
->
public_push_message_for_one
(
$id
,
$push_id
[
'push_id'
],
$title
,
$content
,
$type
,
$user_id
,
$house_id
,
$order_id
,
$name
);
if
(
empty
(
$push_id
))
{
$result
=
false
;
}
else
{
$result
=
$push
->
public_push_message_for_one
(
$id
,
$push_id
[
'push_id'
],
$title
,
$content
,
$type
,
$user_id
,
$house_id
,
$order_id
,
$name
);
}
}
return
$result
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment