Commit edf80a78 authored by hujun's avatar hujun

call_time

parent 2ea044ad
......@@ -762,7 +762,7 @@ class PrivacyNumber
$update_data[] = [
'call_id'=>$v['call_id'],
'call_time'=>$call_time,
'voice_file'=>date('Ymd') . '/' . basename($is_down)
'voice_file'=>date('Ymd', strtotime($call_time)) . '/' . basename($is_down)
];
}
}
......
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