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

调试相关bug

... ... @@ -206,7 +206,6 @@ class WeChatBaseController extends BaseController
public function checkWeChatUserLogin()
{
$userId = cmf_get_current_user_id();
dump($userId);
if (empty($userId)) {
$config = [
'app_id' => config('wechat_config.app_id'),
... ...