help.js 1.57 KB
/**
 * 桩数据
 *  @author h1bomb
 */

module.exports = {
    '/paltform/helpcategory/getReviewList': function(req, res) {
        res.json({
            code: 200,
            data: {
                list: [{
                    name: '51197205',
                    category: 'http://img10.static.yhbimg.com/goodsimg/2016/02/01/07/019d377b10ce778c4938b3c7e2c63a229a.jpg?imageMogr2/thumbnail/60x60/extent/60x60/background/d2hpdGU=/position/center/quality/90',
                    paltform: 'ceshiproductwss01',
                    time: '100.00',
                    status: 0
                }, {
                    name: '51197204',
                    category: 'ceshiproductwss01',
                    paltform: '长袖',
                    time: '16/02/03 16:57',
                    status: 1
                }, {
                    name: '51197204',
                    category: 'ceshiproductwss01',
                    paltform: '长袖',
                    time: '16/02/03 16:57',
                    status: 1
                }, {
                    name: '51197204',
                    category: 'ceshiproductwss01',
                    paltform: '长袖',
                    time: '16/02/03 16:57',
                    status: 1
                }, {
                    name: '51197204',
                    category: 'ceshiproductwss01',
                    paltform: '长袖',
                    time: '16/02/03 16:57',
                    status: 1
                }],
                page: 1,
                size: 10,
                totalPage: 1
            }
        });
    }
}