Commit 4b49ed21 by mingyuan

digntalll account id

parent 9e093c1c
......@@ -21,7 +21,8 @@ module Dingtalk
end
def text_notification(text = '')
saas_app.api.text_notification(text)
account_id = extra.dig('accountId')
saas_app.api.text_notification(account_id, text)
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment