@@ -40,4 +40,13 @@ export function remove(ids){
url: `/admin/podcast/manmage/remove/${ids}`,
method: 'delete'
})
+}
+
+// 解除关联
+export function relieve(data){
+ return request({
+ url: `/admin/podcast/manmage/relieve`,
+ method: 'post',
+ data
+ })
}