Sfoglia il codice sorgente

MyCommentController

DengTao 8 anni fa
parent
commit
e67daf6d36

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

@@ -271,7 +271,7 @@ class TechController extends AdminController {
                 }
             } else {
                 $result = $wechat->updateUser($weixin_user_data);
-                var_dump($result);
+                var_dump($result['errmsg']);exit;
                 if ($result['errmsg'] != 'updated') {
                     CommonFn::requestAjax(false, '微信验证失败2: '.$result['errmsg'], []);
                 }