...
|
...
|
@@ -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'),
|
...
|
...
|
|