Files
shopxo/service/Application/Home/Common/function.php
devil_gong 55a9a405ac home debug
2018-08-09 18:42:34 +08:00

15 lines
177 B
PHP
Executable File

<?php
/**
* 模块方法
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
function test2()
{
echo 'test2()';
}
?>