修复bug
This commit is contained in:
parent
54dad4cc4a
commit
5ef978bd04
|
@ -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
|
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue