Authored by 郭成尧

添加列表controller

/*
* @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();
};
\ No newline at end of file
... ...