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 = [])