Commit 986139a1 by mingyuan

typo

parent 06bab106
...@@ -32,7 +32,7 @@ module Dingtalk::Api ...@@ -32,7 +32,7 @@ module Dingtalk::Api
payload = { payload = {
receiverIds: Array(receiver_ids).join(','), receiverIds: Array(receiver_ids).join(','),
tenantId: app.tenant_id, tenantId: app.tenant_id,
msg: %Q({"msgtype":"text","text":{"content":#{text}}}') msg: %Q({"msgtype":"text","text":{"content":#{text}}})
} }
r = post '/message/workNotification', **payload r = post '/message/workNotification', **payload
......
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