用户积分列表

This commit is contained in:
2024-12-23 13:49:09 +08:00
parent f4727a6b19
commit c43e7a037a
4 changed files with 75 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use think\facade\View;
class Service extends Plugin
{
protected $appName = '积分商城';
protected $appCode = 'points-mall';
protected $appCode = 'points_mall';
protected $package = 'jerryyan/think-plugs-points-mall';
public static function register(): void