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
15abbc1b
Commit
15abbc1b
authored
May 13, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接收值修改
parent
1501f8c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
PrivacyNumber.php
application/task/controller/PrivacyNumber.php
+15
-3
No files found.
application/task/controller/PrivacyNumber.php
View file @
15abbc1b
...
...
@@ -640,12 +640,24 @@ class PrivacyNumber
}
foreach
(
$result
as
$k
=>
$v
)
{
if
(
empty
(
$v
[
'call_id'
])
||
empty
(
$v
[
'call_time'
])
||
empty
(
$v
[
'call_id'
])
||
!
empty
(
$secret_data
[
'record_down'
])
){
if
(
empty
(
$v
[
'call_id'
])){
continue
;
}
if
(
empty
(
$v
[
'call_time'
]))
{
continue
;
}
if
(
empty
(
$v
[
'record_down'
]))
{
continue
;
}
$where
[
'call_id'
]
=
$v
[
'call_id'
];
$where
[
'sub_id'
]
=
$v
[
'sub_id'
];
$where
[
'call_time'
]
=
$v
[
'call_time'
];
$where
[
'call_time'
]
=
date
(
'Y-m-d H:i:s'
,
$v
[
'call_time'
]
/
1000
);
//话单回调与录音回调两个值不一样
// $where['sub_id'] = (string)$v['subs_id'];
// $where[] = ['EXP', 'sub_id ="'.(string)$v['subs_id'].'"'];
try
{
$secret_data
=
$m_secret_report
->
getFindData
(
$filed_string
,
$where
);
$result_data
=
PlsDemo
::
queryRecordFileDownloadUrl
(
$v
[
'call_id'
],
$v
[
'call_time'
]);
...
...
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