爵位接口提交-前台-接口修改-购买接口
This commit is contained in:
@@ -122,7 +122,7 @@ class Nobility extends Model
|
||||
//购买爵位
|
||||
public function buyNobility($user_id,$lid){
|
||||
$nobility_info = db::name('vs_nobility')
|
||||
->field('lid,name,pay_price,pay_coin')
|
||||
->field('lid,name,pay_price,pay_coin,day')
|
||||
->where('delete_time', 0)
|
||||
->where('lid', $lid)
|
||||
->find();
|
||||
|
||||
Reference in New Issue
Block a user