酒吧房:->相关接口提交-撩TA接口

This commit is contained in:
2026-01-06 18:37:32 +08:00
parent 5ffe2fc3df
commit d96931c7e5
2 changed files with 1 additions and 47 deletions

View File

@@ -42,14 +42,7 @@ class BarRoom extends BaseCom
$reslut = model('BarRoom')->get_gift_info_ta($room_id, $to_user_id);
return V($reslut['code'], $reslut['msg'], $reslut['data']);
}
//撩TA所需金币查询
public function get_liao_ta_coin(){
$type = input('type', 0);
$room_id = input('room_id', 0);
$reslut = model('BarRoom')->get_liao_ta_coin($type,$room_id);
return V($reslut['code'], $reslut['msg'], $reslut['data']);
}
//撩TA
public function liao_ta(){
$room_id = input('room_id', 0);