CP 相关
This commit is contained in:
@@ -8,9 +8,11 @@ use think\Db;
|
||||
class UserCp extends BaseCom
|
||||
{
|
||||
|
||||
//检测是否送了一个cp礼物
|
||||
public function checkCp()
|
||||
//Cp 空间
|
||||
public function cpZone()
|
||||
{
|
||||
$reslut = model('UserCp')->cpZone($this->uid);
|
||||
return V($reslut['code'], $reslut['msg'], $reslut['data']);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user