|
|
|
@@ -1,4 +1,5 @@ |
|
|
|
json.partial! "commons/success" |
|
|
|
|
|
|
|
json.extract! @bot, :id, :bot_name, :bot_des, :webhook, :is_public, :logo, :state, :web_url, :install_num, :owner_id, :create_time, :update_time |
|
|
|
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 |
|
|
|
|