* Put isonlybody back to api/helper.class.php .
This commit is contained in:
@@ -172,6 +172,18 @@ class helper extends baseHelper
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 检查是否是onlybody模式。
|
||||
* Check exist onlybody param.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
function isonlybody()
|
||||
{
|
||||
return helper::inOnlyBodyMode();
|
||||
}
|
||||
|
||||
/**
|
||||
* Format time.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user