作者 lihan
1 个管道 的构建 通过 耗费 0 秒

赠送积分和角色管理

... ... @@ -15,8 +15,8 @@ class IntegralController extends PayBaseController
{
public function autoExecuteIntegral()
{
$start = date('23:57');
$end = date('23:59');
$start = date('18:00');
$end = date('18:05');
$now = date('H:i');
if ($now >= $start && $now <= $end) {
$model = new IntegralModel;
... ...