shish hace 6 años
padre
commit
a0beaf7d16
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/www/controllers/AuthController.php

+ 1 - 0
app/www/controllers/AuthController.php

@@ -136,6 +136,7 @@ class AuthController extends BaseController
             wxUtil::getCode($urlEncode, $merchant, $authScope);
             util::end();
         }
+        Yii::info('abc');
         $openId = $data['openid'];
         $access_token = $data['access_token'];
         $user = UserService::getByOpenId($openId, $merchantId);