From 0253b146a2a8a6bcb2f6b11aa1f7067cf1f93706 Mon Sep 17 00:00:00 2001 From: Matrix-X Date: Fri, 6 Sep 2024 17:10:34 +0800 Subject: [PATCH] feat(openapi): add openapi auth and version ,echo apis --- api/powerx.api | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/powerx.api b/api/powerx.api index 7202be62..207cc989 100644 --- a/api/powerx.api +++ b/api/powerx.api @@ -15,7 +15,8 @@ import "admin.wechat.offiaccount.api" import "mp.api" import "web.api" import "openapi.api" -//import "custom.api" + +import "custom.api" import "plugin.api" import "health.api"