XiaoRuby
2023-08-28 ea0659c109fa54cfad9cb0ee3645ec4e9d7c4943
src/api/util/requestUtil.js
@@ -16,6 +16,14 @@
    })
}
export function put(path, data) {
    return request({
        url: path,
        method: 'put',
        data
    })
}
export function wpost(path, params) {
    return request({
        url: path,