'发送中', self::SEND_SUCCESS => '发送成功', self::SEND_FAIL => '发送失败', ]; if ($from === true) { return $desc; } return $desc[$from] ?? ''; } }