|
|
@@ -431,18 +431,18 @@ fakeNews = function (num, team) {
|
|
|
{
|
|
|
"SvId": 1,
|
|
|
"UserId": 1,
|
|
|
- "Cle": i * 14,
|
|
|
+ "Cle": parseInt(Math.random() * 100 + 50),
|
|
|
"realHr1": parseInt(Math.random() * 100 + 50),
|
|
|
- "realHr": 30,
|
|
|
+ "realHr": parseInt(Math.random() * 100 + 50),
|
|
|
"activePercent": parseInt(Math.random() * 100 + 50),
|
|
|
- "heartRate": 90,
|
|
|
- "PureCalorieNoVo2": 999,
|
|
|
+ "heartRate": parseInt(Math.random() * 100 + 50),
|
|
|
+ "PureCalorieNoVo2": parseInt(Math.random() * 100 + 50),
|
|
|
"Name": "测试人",
|
|
|
"name": "测试人",
|
|
|
"updateTime": 1604568915582,
|
|
|
- "Ck": nums + i * 2.2,
|
|
|
+ "Ck": (nums + i + 1) * 2.2,
|
|
|
"formatCk":parseInt(Math.random() * 100 + 50),
|
|
|
- "Head": "http://192.168.0.2/zw.png",
|
|
|
+ "Head": "http://192.168.0.2/gc.png",
|
|
|
"GroupNo": i % teamNum + 1
|
|
|
}
|
|
|
)
|