We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566b508 commit ef64ef7Copy full SHA for ef64ef7
1 file changed
apps/trigger/handler/impl/task/application_task.py
@@ -97,6 +97,7 @@ def execute(self, trigger_task, **kwargs):
97
'chat_user_id': chat_user_id,
98
'chat_user_type': ChatUserType.ANONYMOUS_USER.value,
99
'asker': {'username': "游客"},
100
+ 'ip_address': kwargs.get('body')['ip_address'],
101
'source': {
102
'type': ChatSourceChoices.TRIGGER.value
103
},
0 commit comments