list.js 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 /* * @Author: Targaryen * @Date: 2016-05-21 10:59:20 * @Last Modified by: Targaryen * @Last Modified time: 2016-05-21 11:05:21 */ 'use strict'; exports.getProductPic = (req, res) => { res.jsonp(); };