소스 검색

亲密度信息

lizhen_gitee 11 달 전
부모
커밋
0ac33a8667
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();