Commit 5ff6ae11 by mingyuan

update badge

parent 70c1bef8
# RailsDingtalk # RailsDingtalk
Short description and motivation.
[![测试](https://github.com/work-design/rails_dingtalk/actions/workflows/test.yml/badge.svg)](https://github.com/work-design/rails_dingtalk/actions/workflows/test.yml)
[![Docker构建](https://github.com/work-design/rails_dingtalk/actions/workflows/cd.yml/badge.svg)](https://github.com/work-design/rails_dingtalk/actions/workflows/cd.yml)
钉钉开放平台。
## Usage ## Usage
How to use my plugin. How to use my plugin.
......
module Dingtalk::Api
module User
BASE = 'https://oapi.dingtalk.com/'
def getuserinfo(code)
post 'topapi/v2/user/getuserinfo', code: code
end
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