Authored by 郭成尧

添加列表controller

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