brand-api.js 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /** * Created by PhpStorm. * User: Targaryen * Date: 2016/7/19 * Time: 14:02 */ 'use strict'; const api = global.yoho.API; exports.getBrandData = () => { return api.get('', { method: '' }); };