This commit is contained in:
Vanessa 2026-01-26 16:13:20 +08:00
parent 274d5c7562
commit 6b918c82a9
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ export const fetchPost = (
data?: any,
cb?: (response: IWebSocketData) => void,
headers?: IObject,
failCallback?: (response: IWebSocketData) => void,) => {
failCallback?: (response: IWebSocketData) => void) => {
const init: RequestInit = {
method: "POST",
};