fix tolen
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 19s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
孙诚
2026-01-12 14:34:58 +08:00
parent 255c82759e
commit 694925e326

View File

@@ -204,10 +204,13 @@ const startAnalysis = async () => {
try {
const baseUrl = import.meta.env.VITE_API_BASE_URL || ''
const token = localStorage.getItem('token')
const response = await fetch(`${baseUrl}/TransactionRecord/AnalyzeBill`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${token}`
},
body: JSON.stringify({
userInput: userInput.value