-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedule.json
59 lines (59 loc) · 1.42 KB
/
schedule.json
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
{
"index": [
{
"demo1": {
"id": 9,
"type": 1,
"designated_place": 0,
"title": "陪笑服务",
"description": "哈哈哈哈哈哈哈哈哈哈哈",
"price": "666.00",
"begin_date": "2021-01-29",
"end_date": "2021-01-29",
"score": "0",
"sales_volume": 0,
"status": 0,
"create_time": "2021-03-09 16:07:30",
"publisher": [
{
"id": 8,
"nickname": "慕慕1617",
"avatar": "http://course.chanmeifei.cn/imooc/logo.png",
"real_name": null,
"gender": 0,
"tel": null
}
],
"category": {
"id": 1,
"name": "保洁"
},
"cover_image": {
"id": 1,
"path": "http://qinchenju.com/homemaking/storage/20210307/45c172ec5263f9a742908ca4143d667a.jpg"
}
}
},
{
"demo2": {
"publisher": [
{
"id": 8,
"nickname": "慕慕1617",
"avatar": "http://course.chanmeifei.cn/imooc/logo.png",
"real_name": null,
"gender": 0
}
],
"category": {
"id": 1,
"name": "保洁"
},
"cover_image": {
"id": 1,
"path": "http://qinchenju.com/homemaking/storage/20210307/45c172ec5263f9a742908ca4143d667a.jpg"
}
}
}
]
}