Browse Source

MyCommentController

DengTao 8 years ago
parent
commit
83ecea0d0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/o2o/controllers/TechController.php

+ 1 - 1
www/protected/modules/o2o/controllers/TechController.php

@@ -258,7 +258,7 @@ class TechController extends AdminController {
             'mobile'     => $mobile,
             'department' => [4],
         ];
-
+        var_dump($weixin_user_data);exit;
         if ($wechat->checkAuth($option['appid'], $secret)) {
             // 检查用户是否存在
             $weixin_userInfo = $wechat->getUserInfo($weixin_userid);