变更
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ use Kiri\Router\Annotate\AutoController;
|
|||||||
|
|
||||||
',
|
',
|
||||||
};
|
};
|
||||||
} else if ($_key == 'json' || $_key == 'text' || $_key == 'longtext') {
|
} else if ($type == 'json' || $type == 'text' || $type == 'longtext') {
|
||||||
$class .= '
|
$class .= '
|
||||||
/**
|
/**
|
||||||
* ' . (empty($comment) ? '这批懒的很,没写注释' : $comment) . '
|
* ' . (empty($comment) ? '这批懒的很,没写注释' : $comment) . '
|
||||||
|
|||||||
Reference in New Issue
Block a user