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
795d693e
Commit
795d693e
authored
Sep 12, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0910-v2.9.1' of
https://gitee.com/zwyjjc/tl_estate
into 0910-v2.9.1
parents
5344297d
eb0f1b9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
PrivacyNumber.php
application/task/controller/PrivacyNumber.php
+6
-6
No files found.
application/task/controller/PrivacyNumber.php
View file @
795d693e
...
...
@@ -114,7 +114,7 @@ class PrivacyNumber
}
}
elseif
(
$v
[
'type'
]
==
2
)
{
/*容联云音频下载*/
$is_down
=
down_file
(
$v
[
'
voice_file
'
],
PHONE_VOICE
);
$is_down
=
down_file
(
$v
[
'
mp3_url
'
],
PHONE_VOICE
);
}
if
(
file_exists
(
$is_down
))
{
...
...
@@ -239,16 +239,16 @@ class PrivacyNumber
}
/**
* 录音通知
*
容联云
录音通知
*
* @return string
*/
public
function
rongRecordingInformUrl
()
{
$params
=
Request
::
instance
()
->
param
();
$report
=
new
SecretReport
();
$where
[
'call_id'
]
=
$params
[
'callId'
];
$update
[
'
voice_file
'
]
=
$params
[
'recordUrl'
];
$params
=
Request
::
instance
()
->
param
();
$report
=
new
SecretReport
();
$where
[
'call_id'
]
=
$params
[
'callId'
];
$update
[
'
mp3_url
'
]
=
$params
[
'recordUrl'
];
$report
->
save
(
$update
,
$where
);
$str
=
date
(
'Y-m-d h:i:s'
)
.
' 容联云录音'
.
var_export
(
$params
,
true
);
Log
::
write
(
$str
,
'rongRecordingInformUrl'
);
//记录日志
...
...
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