1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-12-17 10:52:34 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-01-11 15:45:28 +08:00
parent 59f2421067
commit 8bd31b8dc1
2 changed files with 16 additions and 9 deletions

View File

@@ -101,6 +101,7 @@ function queryWithBody(method: string) {
});
}
export const get = queryWithoutBody('GET');
export const post = queryWithBody('POST');
export const put = queryWithBody('PUT');
export const doDelete = queryWithBody('DELETE');