CP 相关

This commit is contained in:
2025-11-14 14:49:38 +08:00
parent 2094ee35f2
commit cb9c901b35
4 changed files with 160 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace app\api\controller;
use app\common\controller\BaseCom;
use think\Db;
class UserCp extends BaseCom
{
//检测是否送了一个cp礼物
public function checkCp()
{
}
}