礼物墙
This commit is contained in:
@@ -82,6 +82,16 @@ class User extends BaseCom
|
||||
return V($reslut['code'], $reslut['msg'], $reslut['data']);
|
||||
}
|
||||
|
||||
|
||||
//礼物墙用户列表
|
||||
public function gift_wall_user_list()
|
||||
{
|
||||
$uid = input('user_id', 0);
|
||||
$gift_id = input('gift_id', 0);
|
||||
$reslut = model('User')->gift_wall_user_list($uid,$gift_id);
|
||||
return V($reslut['code'], $reslut['msg'], $reslut['data']);
|
||||
}
|
||||
|
||||
//相册列表
|
||||
public function get_album_list()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user