feat: 添加测试通知API接口
This commit is contained in:
@@ -970,6 +970,18 @@ export class Service {
|
||||
},
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 测试通知
|
||||
* 测试通知
|
||||
* @returns OutBase Successful Response
|
||||
* @throws ApiError
|
||||
*/
|
||||
public static testNotifyApiSettingTestNotifyPost(): CancelablePromise<OutBase> {
|
||||
return __request(OpenAPI, {
|
||||
method: 'POST',
|
||||
url: '/api/setting/test_notify',
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 检查更新
|
||||
* @param requestBody
|
||||
|
||||
Reference in New Issue
Block a user