Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dingtalk-sdk
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
open-source
dingtalk-sdk
Commits
04d34fee
Commit
04d34fee
authored
Oct 27, 2020
by
Francis Zhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix access_token issue in send_corp_conversation method
parent
4519e468
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
corp_conversation.rb
lib/dingtalk_sdk/corp_conversation.rb
+1
-2
No files found.
lib/dingtalk_sdk/corp_conversation.rb
View file @
04d34fee
...
@@ -17,9 +17,8 @@ module DingtalkSdk
...
@@ -17,9 +17,8 @@ module DingtalkSdk
request
.
add_arg
:to_all_user
,
in: :body
request
.
add_arg
:to_all_user
,
in: :body
request
.
add_arg
:msg
,
in: :body
request
.
add_arg
:msg
,
in: :body
request
.
add_arg
:access_token
,
in: :query
,
required:
true
request
.
add_const
:agent_id
,
->
(
r
)
{
r
.
agent_id
},
in: :body
request
.
add_const
:agent_id
,
->
(
r
)
{
r
.
agent_id
},
in: :body
request
.
add_const
:access_token
,
->
(
r
)
{
r
.
cached_access_token
},
in: :query
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