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

快递

@@ -207,7 +207,6 @@ class WeChatBaseController extends BaseController @@ -207,7 +207,6 @@ 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);  
211 if (empty($userId)) { 210 if (empty($userId)) {
212 $config = [ 211 $config = [
213 'app_id' => config('wechat_config.app_id'), 212 'app_id' => config('wechat_config.app_id'),