help.js
1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/**
* 桩数据
* @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
}
});
}
}