'use strict'; /** * middleware */ module.exports = think.middleware({ /** * run * @return {} [] */ run: function(){ } })