Commit b7b09c64 by mingyuan

moved debuginfo;

parent 0094fa1e
......@@ -29,8 +29,6 @@ module Dingtalk
opts.merge!(body: payload) if payload.present?
response = @http.with_headers(headers).post(url, **opts)
binding.b
parse_response(response, options[:as])
end
......
......@@ -17,6 +17,7 @@ module Dingtalk
def generate_user(code)
r = api.getuserinfo(code)
binding.b
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