bind-service.js 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * 注册数据接口 * * @author JiangFeng<jeff.jiang@yoho.cn> * @date 2016/06/21 */ 'use strict'; const api = require('./bind-api'); module.exports = api;