...
|
...
|
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController |
|
|
*/
|
|
|
public function checkWeChatUserLogin()
|
|
|
{
|
|
|
$user = Db::name('user')->where('id',4)->find();
|
|
|
cmf_update_current_user($user);
|
|
|
// $user = Db::name('user')->where('id',4)->find();
|
|
|
// cmf_update_current_user($user);
|
|
|
$userId = cmf_get_current_user_id();
|
|
|
if (empty($userId)) {
|
|
|
$config = [
|
...
|
...
|
|