Commit 610e1cbf authored by duanjinfei's avatar duanjinfei

add log print

parent 325fa3c3
...@@ -120,6 +120,7 @@ async function getTonAppInfo(supabase) { ...@@ -120,6 +120,7 @@ async function getTonAppInfo(supabase) {
for (const category of categories) { for (const category of categories) {
try { try {
const url = `${baseUrl}${category}.json?category_slug=${category}`; const url = `${baseUrl}${category}.json?category_slug=${category}`;
console.log("handle category:", category);
const response = await fetch(url); const response = await fetch(url);
const data = await response.json(); const data = await response.json();
// 获取分类信息 // 获取分类信息
......
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