修复bug

This commit is contained in:
al 2024-07-01 20:50:16 +08:00
parent 54dad4cc4a
commit 5ef978bd04
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ export default function IncomeQuerry({ children }) {
const base = webviewBaseRequest(); const base = webviewBaseRequest();
const signature = generateSignature({ const signature = generateSignature({
...base, ...base,
b_mid:182308
}); });
try { try {
const response = await fetch( const response = await fetch(
@ -43,7 +42,6 @@ export default function IncomeQuerry({ children }) {
}, },
body: JSON.stringify({ body: JSON.stringify({
...base, ...base,
b_mid:182308
}), }),
} }
); );