new.rb 173 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 module Dingtalk::Api module Inner::New BASE = 'https://api.dingtalk.com/' def getuserinfo(union_id) get "v1.0/contact/users/#{union_id}" end end end