goods.js 815 Bytes

module.exports = {
	'/goods/review/getReviewList': function(req, res) {
		res.json({
			code: 200,
			data: {
				list: [{
					skn: '51197205',
					goodsIcon: 'http://img10.static.yhbimg.com/goodsimg/2016/02/01/07/019d377b10ce778c4938b3c7e2c63a229a.jpg?imageMogr2/thumbnail/60x60/extent/60x60/background/d2hpdGU=/position/center/quality/90',
					goodsName: 'ceshiproductwss01',
					goodsCate: '上衣 / T恤 / 长袖T恤',
					brandName: '心飞扬',
					price: '100.00',
					updateName: '无更新',
					status: 0
				}, {
					skn: '51197204',
					goodsIcon: '',
					goodsName: '长袖',
					goodsCate: '上衣 / T恤 / 长袖T恤',
					brandName: '心飞扬',
					price: '100.00',
					updateName: '16/02/03 16:57',
					status: 1
				}],
				page: 1,
				size: 10,
				totalPage: 2
			}
		});
	}
}