'use strict'; /** * * * @author Ellisran * @date 2020/7/6 * @version */ module.exports = app => { class Wechat extends app.BaseService { } return Wechat; }