作者 王智

daima

... ... @@ -16,7 +16,7 @@ use think\Db;
*/
class Common extends Api
{
protected $noNeedLogin = ['init'];
protected $noNeedLogin = ['*'];
protected $noNeedRight = '*';
/**
... ...