调整Bot授权接口

This commit is contained in:
xxq250 2023-02-16 09:40:08 +08:00
parent 6fe16c7c82
commit c0fcf3445a
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class InstallationsController < ApplicationController
@bot.uid = result[:user][:id]
@bot.save
render_ok
end
rescue Exception => e
tip_exception(-1, e.message)
end