Fixiaobai
2023-09-07 bc0956b0fcfb1eb2709d6eb0f94c9e9d11c01eb3
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,