增加Bot授权相关

This commit is contained in:
2023-02-15 18:37:36 +08:00
parent f0c1e9e319
commit 1cd43de75b
10 changed files with 206 additions and 11 deletions
@@ -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