feat: test api key modal

This commit is contained in:
Tristan Yang
2022-12-29 20:47:22 +08:00
parent 1ef9cef69c
commit fbde6f3d92
3 changed files with 99 additions and 5 deletions
+3 -1
View File
@@ -283,5 +283,7 @@ export const {
useCheckLicenseMutation,
useGetLicenseQuery,
useGetLicensePaymentUrlMutation,
useLazyGetGeneratedLicenseQuery
useLazyGetGeneratedLicenseQuery,
useLazyGetBotRelatedChannelsQuery,
useSendMessageByBotMutation
} = serverApi;