|
@@ -436,12 +436,6 @@ class UidSetView(View):
|
|
return response.json(444, 'channel')
|
|
return response.json(444, 'channel')
|
|
try:
|
|
try:
|
|
ucs = {}
|
|
ucs = {}
|
|
- info = ''
|
|
|
|
- info = info + 'start_x=' + str(start_x) + ' '
|
|
|
|
- info = info + 'start_y=' + str(start_y) + ' '
|
|
|
|
- info = info + 'end_x=' + str(end_x) + ' '
|
|
|
|
- info = info + 'end_y=' + str(end_y) + ' '
|
|
|
|
- info = info + 'request=' + str(request_dict) + ' '
|
|
|
|
if enter_voice:
|
|
if enter_voice:
|
|
ucs['voice_prompt_enter'] = enter_voice
|
|
ucs['voice_prompt_enter'] = enter_voice
|
|
|
|
|
|
@@ -478,7 +472,6 @@ class UidSetView(View):
|
|
if direction:
|
|
if direction:
|
|
ucs['voice_direction'] = direction
|
|
ucs['voice_direction'] = direction
|
|
|
|
|
|
- ModelService.add_ip_log('', info)
|
|
|
|
uid_channel_set_qs = UidChannelSetModel.objects.filter(uid__uid=uid, channel=channel)
|
|
uid_channel_set_qs = UidChannelSetModel.objects.filter(uid__uid=uid, channel=channel)
|
|
if not uid_channel_set_qs.exists():
|
|
if not uid_channel_set_qs.exists():
|
|
uidObject = UidSetModel.objects.filter(uid=uid)
|
|
uidObject = UidSetModel.objects.filter(uid=uid)
|