You've already forked guangan
1
This commit is contained in:
22
plugs/think-plugs-points-mall/src/controller/Point.php
Normal file
22
plugs/think-plugs-points-mall/src/controller/Point.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace plugin\points_mall\controller;
|
||||
|
||||
use think\admin\Controller;
|
||||
|
||||
/**
|
||||
* 积分情况
|
||||
*/
|
||||
class Point extends Controller
|
||||
{
|
||||
/**
|
||||
* 积分情况
|
||||
* @auth true
|
||||
* @menu true
|
||||
* @return void
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user