@ -175,12 +175,12 @@ class ApplyService {
'message' => '参数异常',
];
}
if ($data['type'] != $type) {
/* if ($data['type'] != $type) {
return [
'status' => false,
} */
if ($data['expires_in'] > 0 && time() > (strtotime($data['created_at']) + $data['expires_in'])) {