From 1c471982da6336b52f9e48389516c4b4dc4101db Mon Sep 17 00:00:00 2001
From: Anyon <zoujingli@qq.com>
Date: Thu, 3 May 2018 15:12:46 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=B5=8B=E8=AF=95]=E5=BE=AE=E4=BF=A1JSAPI?=
 =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 application/index/controller/Index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php
index a3807c3e9..e288917c0 100644
--- a/application/index/controller/Index.php
+++ b/application/index/controller/Index.php
@@ -52,6 +52,7 @@ class Index extends Controller
         $configJSON = json_encode(WechatService::webJsSDK(), JSON_UNESCAPED_UNICODE);
 
         echo '<pre>';
+        echo "当前用户OPENID: {$openid}";
         echo "\n--- 创建预支付码 ---\n";
         var_export($result);
         echo '</pre>';