2015-10-16 14:15:28 +08:00

11 lines
157 B
JavaScript

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