From 25c573d55986e02cf5f70cc3868e2b94a4be98e2 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 25 八月 2023 19:35:57 +0800
Subject: [PATCH] change package name

---
 api/v1/system/sys_captcha.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/v1/system/sys_captcha.go b/api/v1/system/sys_captcha.go
index c61714e..4f92d04 100644
--- a/api/v1/system/sys_captcha.go
+++ b/api/v1/system/sys_captcha.go
@@ -3,12 +3,12 @@
 import (
 	"time"
 
-	"github.com/flipped-aurora/gin-vue-admin/server/global"
-	"github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
-	systemRes "github.com/flipped-aurora/gin-vue-admin/server/model/system/response"
 	"github.com/gin-gonic/gin"
 	"github.com/mojocn/base64Captcha"
 	"go.uber.org/zap"
+	"srm/global"
+	"srm/model/common/response"
+	systemRes "srm/model/system/response"
 )
 
 // 褰撳紑鍚鏈嶅姟鍣ㄩ儴缃叉椂锛屾浛鎹笅闈㈢殑閰嶇疆锛屼娇鐢╮edis鍏变韩瀛樺偍楠岃瘉鐮�

--
Gitblit v1.8.0