Commit 553131ab by lanrion

updated comment for qrcode.rb

parent 80c74284
...@@ -12,7 +12,7 @@ module WeixinAuthorize ...@@ -12,7 +12,7 @@ module WeixinAuthorize
http_post(post_url, qrcode_infos) http_post(post_url, qrcode_infos)
end end
# 临时二维码 # 永久二维码
def create_qr_limit_scene(scene_id) def create_qr_limit_scene(scene_id)
post_url = "#{qrcode_base_url}/create" post_url = "#{qrcode_base_url}/create"
qrcode_infos = {action_name: "QR_LIMIT_SCENE"} qrcode_infos = {action_name: "QR_LIMIT_SCENE"}
......
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