Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
other
rails_dingtalk
Commits
5ff6ae11
Commit
5ff6ae11
authored
Aug 21, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update badge
parent
70c1bef8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
README.md
README.md
+5
-1
user.rb
app/apis/dingtalk/api/user.rb
+10
-0
No files found.
README.md
View file @
5ff6ae11
# 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
How to use my plugin.
...
...
app/apis/dingtalk/api/user.rb
0 → 100644
View file @
5ff6ae11
module
Dingtalk::Api
module
User
BASE
=
'https://oapi.dingtalk.com/'
def
getuserinfo
(
code
)
post
'topapi/v2/user/getuserinfo'
,
code:
code
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment