作者 anyv
1 个管道 的构建 通过 耗费 0 秒

快递

@@ -207,6 +207,7 @@ class WeChatBaseController extends BaseController @@ -207,6 +207,7 @@ class WeChatBaseController extends BaseController
207 /*$user = Db::name('user')->where('id',158)->find(); 207 /*$user = Db::name('user')->where('id',158)->find();
208 cmf_update_current_user($user);*/ 208 cmf_update_current_user($user);*/
209 $userId = cmf_get_current_user_id(); 209 $userId = cmf_get_current_user_id();
  210 + dump($userId);
210 if (empty($userId)) { 211 if (empty($userId)) {
211 $config = [ 212 $config = [
212 'app_id' => config('wechat_config.app_id'), 213 'app_id' => config('wechat_config.app_id'),