Commit 69defbad authored by hujun's avatar hujun

录音文件ip

parent b3b6e9ff
...@@ -68,7 +68,7 @@ class SecretReport extends Model ...@@ -68,7 +68,7 @@ class SecretReport extends Model
} }
if ($v->voice_file) { if ($v->voice_file) {
$result[$k]['voice_file'] = 'http://192.168.10.153/static'.DS.'voice'.DS.date('Ymd').DS.$v->voice_file; $result[$k]['voice_file'] = 'http://192.168.10.99/static'.DS.'voice'.DS.date('Ymd').DS.$v->voice_file;
} else { } else {
$result[$k]['voice_file'] = ""; $result[$k]['voice_file'] = "";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment