Browse Source

增加查询返回ap

chenjunkai 5 years ago
parent
commit
fd29aa958d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/UidUser.py

+ 1 - 1
Controller/UidUser.py

@@ -88,7 +88,7 @@ def addInterface(request):
                         uid_user_qs = UidUserModel.objects.filter(id=pk). \
                             values('id', 'userID', 'NickName', 'UID', 'View_Account', 'View_Password',
                                    'ChannelIndex', 'Type', 'isShare', 'primaryUserID', 'primaryMaster',
-                                   'data_joined', 'version', 'isVod', 'isExist')
+                                   'data_joined', 'version', 'isVod', 'isExist','is_ap')
                         uid_user_ql = CommonService.qs_to_list(uid_user_qs)
                         ubqs = UID_Bucket.objects.filter(uid=UID). \
                             values('bucket__content', 'status', 'channel', 'endTime', 'uid')