'use strict'; const _ = require('lodash'); const whiteList = []; module.exports = options => { return async function checklogin(ctx, next) { await next(); }; };