盲盒转盘-岁月之城,时空之旅,抽奖结果转落包。

This commit is contained in:
2025-12-19 18:40:29 +08:00
parent 1c2b981649
commit cd69ab6b73
6 changed files with 391 additions and 18 deletions

View File

@@ -130,7 +130,7 @@ class Nobility extends Model
//购买爵位
public function buyNobility($user_id,$lid){
$nobility_info = db::name('vs_nobility')
->field('lid,name,pay_price,pay_coin,day')
->field('lid,name,pay_price,renew_price,pay_coin,day,renew_coin')
->where('delete_time', 0)
->where('lid', $lid)
->find();