fix: 请求发送patch访问要大写匹配
This commit is contained in:
@@ -145,7 +145,7 @@ export async function runNeSoftware(data: Record<string, any>) {
|
||||
export async function backNeSoftware(data: Record<string, any>) {
|
||||
const result = await request({
|
||||
url: `/api/rest/systemManagement/v1/${data.neType}/software/${data.version}/${data.neId}`,
|
||||
method: 'patch',
|
||||
method: 'PATCH',
|
||||
timeout: 60 * 1000,
|
||||
});
|
||||
// 解析数据
|
||||
|
||||
Reference in New Issue
Block a user