mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 05:54:35 +08:00
增加Bot授权相关
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
json.status 0
|
||||
json.message "success"
|
||||
json.data do
|
||||
json.array! @install_bots do |install_bot|
|
||||
json.extract! install_bot.bot, :id, :name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user