Update FansService.php

This commit is contained in:
Anyon 2019-07-18 15:57:47 +08:00
parent a9b9ba0db1
commit 0d4d0fd557

View File

@ -57,7 +57,6 @@ class FansService
public static function get($openid)
{
return Db::name('WechatFans')->where(['openid' => $openid])->find();
return $user;
}
}