diff --git a/index.html b/index.html index 3968d7a..1a5737a 100644 --- a/index.html +++ b/index.html @@ -47,35 +47,166 @@ -
-
-
-
- +
+ +
+
+
+ +
+ +
+
diff --git a/route.js b/route.js index ccf7171..88e96dc 100644 --- a/route.js +++ b/route.js @@ -5,3 +5,27 @@ get('/blog').to.json({ title: 'Hello world' } }) + +post('/getDate').to.json({ + code: 200, + msg: 'ok', + data: { + status: 0, + startTime: '1627396856605', + disparity: 0, + planStartTime: '1627360856000' + }, + success: true +}) + +post('/chooseTime').to.json({ + code: 200, + msg: 'ok', + data: { + status: 1, + startTime: '1627360856000', + disparity: 0, + planStartTime: '1627396856605' + }, + success: true +})