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
2cafda40
Commit
2cafda40
authored
Sep 25, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp3_url
parent
0db7877d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
PrivacyNumber.php
application/task/controller/PrivacyNumber.php
+4
-2
No files found.
application/task/controller/PrivacyNumber.php
View file @
2cafda40
...
...
@@ -90,7 +90,7 @@ class PrivacyNumber
}
$m_secret
=
new
AliYunSecretReport
();
$fields
=
'id,call_id,call_time,voice_file,type,record_down'
;
$fields
=
'id,call_id,call_time,voice_file,type,record_down
,mp3_url
'
;
$where
[
'time'
]
=
[
'>'
,
0
];
$where
[
'type'
]
=
[
'>'
,
0
];
...
...
@@ -114,7 +114,9 @@ class PrivacyNumber
}
}
elseif
(
$v
[
'type'
]
==
2
)
{
/*容联云音频下载*/
$is_down
=
down_file
(
$v
[
'mp3_url'
],
PHONE_VOICE
);
if
(
!
empty
(
$v
[
'mp3_url'
]))
{
$is_down
=
down_file
(
$v
[
'mp3_url'
],
PHONE_VOICE
);
}
}
if
(
file_exists
(
$is_down
))
{
...
...
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