Commit 06bab106 by mingyuan

test

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