Commit ae2b3abd by mingyuan

fix info

parent 73a1dec5
module Dingtalk module Dingtalk
class AppsController < BaseController class AppsController < BaseController
before_action :set_app, only: [:login] before_action :set_app, only: [:info]
def info def info
result = @app.xx(params[:code]) result = @app.xx(params[:code])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment