bind.js 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 /** * 第三方登录后绑定 * * @author: jiangfeng<jeff.jiang@yoho.cn> */ 'use strict'; const bind = { }; module.exports = bind;