anln #88
|
@ -31,7 +31,6 @@ export default function IncomeQuerry({ children }) {
|
|||
const base = webviewBaseRequest();
|
||||
const signature = generateSignature({
|
||||
...base,
|
||||
b_mid:182308
|
||||
});
|
||||
try {
|
||||
const response = await fetch(
|
||||
|
@ -43,7 +42,6 @@ export default function IncomeQuerry({ children }) {
|
|||
},
|
||||
body: JSON.stringify({
|
||||
...base,
|
||||
b_mid:182308
|
||||
}),
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue