debug
This commit is contained in:
@@ -380,6 +380,7 @@ function displayHistory() {
|
|||||||
|
|
||||||
// 方法1:使用 fetch API
|
// 方法1:使用 fetch API
|
||||||
async function reportStats(data) {
|
async function reportStats(data) {
|
||||||
|
console.log(strPushApi)
|
||||||
try {
|
try {
|
||||||
const response = await fetch(strPushApi+'/publish', {
|
const response = await fetch(strPushApi+'/publish', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|||||||
Reference in New Issue
Block a user