Commit 8a3c1a4b by lra

sms 0.1.2 代码格式优化

parent 47110a04
......@@ -87,11 +87,11 @@ module Sms
def dingtalk_call_user(opts = {})
self.custom_params = {
method: 'dingtalk.isv.call.calluser',
staff_id: staff_id,
session: session,
authed_corp_id: authed_corp_id,
authed_staff_id: authed_staff_id
method: 'dingtalk.isv.call.calluser',
staff_id: staff_id,
session: session,
authed_corp_id: authed_corp_id,
authed_staff_id: authed_staff_id
}.merge(opts)
post
......
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