Commit 49bfbe08 by lixinming

no message

parent a63fee4c
......@@ -12,7 +12,7 @@ function statsDataFormat() {
}
export async function getBaiduStats() {
const site_id = 17390867;
const site_id = 17390466;
let {startTime, endTime, thisMonthStartTime} = statsDataFormat();
let url = "https://api.baidu.com/json/tongji/v1/ReportService/getData";
let header = {
......@@ -86,7 +86,7 @@ function uvDataFormat() {
}
export async function getUV() {
const site_id = 17390867;
const site_id = 17390466;
let {startTime, endTime} = uvDataFormat();
let url = "https://api.baidu.com/json/tongji/v1/ReportService/getData";
let header = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment