ZZJ
2022-06-23 f7f0e44c4be8eb0e77fd310296c3b43bde21e4f9
src/api/algorithm.ts
@@ -115,4 +115,11 @@
    url: '/saas/api-s/sdk/unInstall',
    method: 'post',
    data
})
// 设备卸载全部算法
export const unInstallAll = (data) => request({
    url: '/saas/api-s/sdk/downloadOrUpgradeAll',
    method: 'post',
    data
})