Commit 0cead433 authored by hujun's avatar hujun

date

parent 30b3046e
...@@ -147,7 +147,7 @@ class PrivacyNumber ...@@ -147,7 +147,7 @@ class PrivacyNumber
} }
if (empty($num)) { if (empty($num)) {
$expiration_time = strtotime(date('23:59:59')) - time(); $expiration_time = strtotime(date('Y-m-d'). ' 23:59:59') - time();
$this->redis->set($key, time(), $expiration_time); $this->redis->set($key, time(), $expiration_time);
$m_service = new ClientService(); $m_service = new ClientService();
$m_service->saveCallNumByUserId($save_data['users_id']); $m_service->saveCallNumByUserId($save_data['users_id']);
......
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