$record = Db::name('wx') ->where(['uid' => $data['uid']]) ->whereTime('add_time', 'between', [$todayBegin, $todayEnd]) ->find();
1