-
Notifications
You must be signed in to change notification settings - Fork 0
/
.roadhogrc.mock.js
295 lines (294 loc) · 7.96 KB
/
.roadhogrc.mock.js
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
// status 0-unstart 1-curr 2-past
// type 1-vote 2-score
// gender 1-male 2-female
export default {
'/api/votes/user': {
'code': 0,
'data': {
'user_id': 10,
'mobile': '15033517219',
'name': 'Raoul',
'gender': 1,
'email': 'zhoubao@hrsoft.net'
}
},
'/api/votes/register': (req, res) => {
res.json(
{
'code': 0,
'data': {'body': req.body}
}
)
},
'/api/votes/login': (req, res) => {
res.json(
{
'code': 0,
'data': {
'user_id': 10,
'mobile': '15033517219',
'name': 'Raoul',
'gender': 1,
'email': 'zhoubao@hrsoft.net'
},
'token': 'gakkigakki'
}
)
},
'/api/votes/will': {
'code': 0,
'data': {
'votes': [
{
id: 1,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 2,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 3,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
}
],
'totalCount': 10
}
},
'/api/votes/done': {
'code': 0,
'data': {
'votes': [
{
id: 11,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 12,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 13,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 14,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 15,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 16,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 17,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 18,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 19,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 20,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
}
],
'totalCount': 10
}
},
'/api/votes/doing': {
'code': 0,
'data': {
'votes': [
{
id: 1,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 2,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 3,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 4,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 5,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 6,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 7,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 8,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 9,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
},
{
id: 10,
start_time: 1507123590000,
end_time: 1507123635000,
title: '不是所有的兼职汪都需要风吹日晒'
}
],
'totalCount': 10
}
},
'/api/votes/content': {
'code': 0,
'data':
{
'type': 0, // the type of this item.
'title': '我该叫什么呢?',
'max': 2,
state: '已开始',
'start_time': 1507123590000,
'end_time': 1507123635000,
'content':
[
{key: 0, text: '请叫我小可爱'},
{key: 1, text: '请叫我可爱可爱可爱'},
{key: 2, text: '请叫我小可爱小可爱小可爱'}
]
}
},
'POST /api/votes/submit': (req, res) => {
res.json({
req
})
},
'GET /api/add/radio': {
'code': 0,
'data': [{
'id': 90,
'title': '投票测试Mock--passed',
'status': 2,
'type': 1,
'description': '投票项目测试',
'startTime': '2017-09-08 12:00:00',
'endTime': '2017-09-11 12:00:00',
'createdAt': '2017-08-28 19:18:28',
'updatedAt': '2017-08-28 19:18:28'
}, {
'id': 2,
'title': '正在进行中的投票之----我们一定能写完',
'status': 1,
'type': 1,
'description': '我们一定能写完',
'startTime': '2017-09-08 12:00:00',
'endTime': '2017-11-11 12:00:00',
'createdAt': '2017-08-28 19:18:28',
'updatedAt': '2017-08-28 19:18:28'
}]
},
'GET /api/add/radio': (req, res) => {
res.json(
{
'code': 0,
'data': {
'keyword': req.query,
'votes': [
{
'id': 1,
'title': '搜索到的结果',
'status': 1,
'type': 1,
'description': '投票项目测试',
'startTime': '2017-09-08 12:00:00',
'endTime': '2017-11-11 12:00:00',
'createdAt': '2017-08-28 19:18:28',
'updatedAt': '2017-08-28 19:18:28'
}, {
'id': 2,
'title': '正在进行中的投票之----我们一定能写完',
'status': 1,
'type': 1,
'description': '我们一定能写完',
'startTime': '2017-09-08 12:00:00',
'endTime': '2017-11-11 12:00:00',
'createdAt': '2017-08-28 19:18:28',
'updatedAt': '2017-08-28 19:18:28'
}, {
'id': 3,
'title': '这个的名字就好长好长好长好长好长,超级长超级长超级长,长到页面上显示不下。再来一遍。这个的名字就好长好长好长好长好长,超级长超级长超级长,长到页面上显示不下。好了,enough',
'status': 1,
'type': 1,
'description': '小姐姐唱歌好不好听',
'startTime': '2017-07-08 12:00:00',
'endTime': '2017-11-11 12:00:00',
'createdAt': '2017-08-28 19:18:28',
'updatedAt': '2017-08-28 19:18:28'
}
],
'totalCount': 10
}
}
)
},
'GET /api/votes/verify': {
'code': 0, 'data': {'token': 'gakki,gakki,gakki'}
}
}