mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-16 16:28:16 +10:00
8 lines
128 B
Ruby
8 lines
128 B
Ruby
class WeiXinController < ApplicationController
|
|
|
|
def verify
|
|
echo_str = params[:echostr]
|
|
render text:echo_str
|
|
end
|
|
end
|