Commit 09191f80 authored by hujun's avatar hujun

绑定号码修改key

parent d433af26
......@@ -88,7 +88,7 @@ class CellPhone extends Basic
if (empty($this->params['landlord'])) {
$day_num += 1;
} else {
$landlord_phone_day = $redis->get('landlord_phone_day');
$landlord_phone_day = $redis->get('s_landlord_phone_day');
$day_num = $landlord_phone_day + 1;
}
$time = date('Y-m-d H:i:s', strtotime("+{$day_num} day"));
......
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