初始化代码
This commit is contained in:
10
app/im/controller/Index.php
Normal file
10
app/im/controller/Index.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\im\controller;
|
||||
|
||||
class Index
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return '您好!这是一个[im]示例应用';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user