Explorar el Código

亲密度信息

lizhen_gitee hace 11 meses
padre
commit
0ac33a8667
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();