mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
6 lines
201 B
Ruby
6 lines
201 B
Ruby
json.partial! "commons/success"
|
|
if @bot.present?
|
|
json.extract! @bot, :id, :bot_name, :bot_des, :webhook, :is_public, :logo, :state, :web_url, :install_num, :owner_id, :create_time, :update_time
|
|
end
|
|
|