Commit e882005d authored by hujun's avatar hujun

录音地址

parent 7bbb4fcd
......@@ -68,7 +68,7 @@ class SecretReport extends Model
}
if ($v->voice_file) {
$result[$k]['voice_file'] = 'http://192.168.10.99/static'.DS.'voice'.DS.date('Ymd').DS.$v->voice_file;
$result[$k]['voice_file'] = 'http://192.168.1.22/static'.DS.'voice'.DS.date('Ymd').DS.$v->voice_file;
} else {
$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