From 9f37c6db3cb0d8bfb35b6eb4ba5d3ae9b6ed535e Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Tue, 1 Jun 2021 16:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E5=AE=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/ApplyService.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Base/Service/ApplyService.class.php b/Application/Base/Service/ApplyService.class.php index aab503d2b..851dcec70 100644 --- a/Application/Base/Service/ApplyService.class.php +++ b/Application/Base/Service/ApplyService.class.php @@ -175,12 +175,12 @@ class ApplyService { 'message' => '参数异常', ]; } - if ($data['type'] != $type) { + /* if ($data['type'] != $type) { return [ 'status' => false, 'message' => '参数异常', ]; - } + } */ if ($data['expires_in'] > 0 && time() > (strtotime($data['created_at']) + $data['expires_in'])) { return [ 'status' => false,