'use strict'; module.exports = think.service({ /** * init method * @return {} [] */ init: function(){ this.super('init', arguments); } })