Browse Source

亲密度信息

lizhen_gitee 11 tháng trước cách đây
mục cha
commit
0ac33a8667
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/Match.php

+ 1 - 1
application/api/controller/Match.php

@@ -626,7 +626,7 @@ class Match extends Api
         $next_level_value = 0;//下一等级亲密度值
 
         //亲密度等级列表
-        $list = Db::name('intimacy_level')->field('name,level,value')->order('value')->select();
+        $list = Db::name('intimacy_level')->field('name,info,level,value')->order('value')->select();
 
         //当前亲密度信息
         $user_intimacy_info = Db::name('user_intimacy')->where($where)->find();