* Put isonlybody back to api/helper.class.php .

This commit is contained in:
dingguodong
2021-08-10 14:09:30 +08:00
parent c4b9c9ef3c
commit 74b26a72b0
+12
View File
@@ -172,6 +172,18 @@ class helper extends baseHelper
}
}
/**
* 检查是否是onlybody模式。
* Check exist onlybody param.
*
* @access public
* @return void
*/
function isonlybody()
{
return helper::inOnlyBodyMode();
}
/**
* Format time.
*