value
2023-09-07 c48511779f77e1d525638ef2450fde5057dce9d5
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,