已安装bot

This commit is contained in:
xxq250 2023-03-22 11:13:27 +08:00
parent 481a7fd626
commit b65b920a1e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ json.status 0
json.message "success"
json.data do
json.array! @install_bots do |install_bot|
json.installation_id install_bot.id
json.extract! install_bot.bot, :id, :name
end
end