소스 검색

个人资料加字段

lizhen_gitee 3 달 전
부모
커밋
07888dd029
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      application/api/controller/Usercenter.php
  2. 2 1
      application/common/library/Auth.php

+ 2 - 1
application/api/controller/Usercenter.php

@@ -60,7 +60,8 @@ class Usercenter extends Api
         'greet_chat',
         'is_kefu',
         'is_hideaddress',
-        'is_recommend','is_cohabit', 'live', 'is_house', 'car', 'chest', 'waist'
+        'is_recommend','is_cohabit', 'live', 'is_house', 'car', 'chest', 'waist',
+        'suqiu'
     ];
 
 

+ 2 - 1
application/common/library/Auth.php

@@ -76,7 +76,8 @@ class Auth
         'greet_voice',
         'greet_chat',
         'is_kefu',
-        'is_recommend', 'is_cohabit', 'live', 'is_house', 'car', 'chest', 'waist'
+        'is_recommend', 'is_cohabit', 'live', 'is_house', 'car', 'chest', 'waist',
+        'suqiu'
     ];
 
     public function __construct($options = [])