-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
81 lines (81 loc) · 1.72 KB
/
db.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"newsList":[
{
"title": "iphonex 发布",
"url": "##"
},
{
"title": "薛之谦复婚",
"url": "##"
},
{
"title": "react 修改license",
"url": "##"
},
{
"title": "sublime text3 3.0 发布新版本 Build 3143",
"url": "##"
}
],
"login":{
"username": "liuli"
},
"getPrice": {
"amount": 100
},
"createOrder": {
"orderId": "6dksljg564dl"
},
"checkOrder": {
"orderId": "6dksljg564dl"
},
"getOrderList": {
"list": [
{
"orderId": "ddj123",
"product": "数据统计",
"version": "高级版本",
"period": "1年",
"buyNum": 2,
"date": "2017-10-10",
"amount": "500元"
},
{
"orderId": "d45g23",
"product": "流量分析",
"version": "户外版",
"period": "3年",
"buyNum": 1,
"date": "2017-5-10",
"amount": "2200元"
},
{
"orderId": "ddf443",
"product": "数据统计",
"version": "高级版本",
"period": "1年",
"buyNum": 5,
"date": "2018-1-16",
"amount": "4000元"
},
{
"orderId": "dcd443",
"product": "数据统计",
"version": "高级版本",
"period": "5年",
"buyNum": 7,
"date": "2018-1-13",
"amount": "6000元"
},
{
"orderId": "opd443",
"product": "数据统计",
"version": "高级版本",
"period": "2年",
"buyNum": 1,
"date": "2018-1-06",
"amount": "600元"
}
]
}
}