是否订阅接口对接
This commit is contained in:
@@ -286,3 +286,13 @@ export const getLicenseDetail = ({ id }): Promise<any> => {
|
||||
})
|
||||
);
|
||||
};
|
||||
// 是否订阅
|
||||
export const alertIsSubscribe = (data): Promise<any> => {
|
||||
return reqCatchV2(() =>
|
||||
request({
|
||||
url: `/api/v1/alert/isSubscribe`,
|
||||
method: 'POST',
|
||||
data,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user