Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tikeyi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
tikeyi
Commits
a63fee4c
Commit
a63fee4c
authored
Jan 20, 2022
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
949c6ab4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
aliyunStats.ts
src/data/interface/aliyunStats.ts
+2
-1
baiduStats.ts
src/data/interface/baiduStats.ts
+1
-1
No files found.
src/data/interface/aliyunStats.ts
View file @
a63fee4c
...
...
@@ -37,7 +37,8 @@ export async function getALYStats(isFirst) {
// let todayStatsData = taskCountAvg(todayAvailabilityData, todayResTimeData);
//董老师说这里留个坑 2021-12-22 下午 15:09 这里暂时留 日常体育成绩 0dcce666-691b-422f-9e1d-7301b9d5164e 需要更换添加或者全部,就替换checkKeyList即可
let
checkKeyList
=
[
"0dcce666-691b-422f-9e1d-7301b9d5164e"
];
//公元2022年1月20日 下午15点29分40秒 改成了 "2cec1889-29a5-49b5-8a82-c83663b34aec" => 这个是 玑脉大平台 域名是 shsunshine-zp.shec.edu.cn/
let
checkKeyList
=
[
"2cec1889-29a5-49b5-8a82-c83663b34aec"
];
let
alyDataCount
=
0
;
let
alyDataNumber
=
0
;
...
...
src/data/interface/baiduStats.ts
View file @
a63fee4c
...
...
@@ -107,7 +107,7 @@ export async function getUV() {
if
(
!
(
!
uvResult
||
!
uvResult
.
body
||
!
uvResult
.
body
.
data
[
0
]
||
!
uvResult
.
body
.
data
[
0
].
result
||
!
uvResult
.
body
.
data
[
0
].
result
.
items
)
)
{
let
valueList
=
uvResult
.
body
.
data
[
0
].
result
.
items
[
1
]
||
[];
valueList
.
forEach
(
info
=>
{
if
(
info
[
0
]
&&
typeof
info
[
0
]
==
'number'
)
uv
=
info
[
0
];
if
(
info
[
0
]
&&
typeof
info
[
0
]
==
'number'
)
uv
+
=
info
[
0
];
});
}
return
uv
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment