Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module. - Added a new configuration file for agent-desk in the Docker setup.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package wxwork
|
||||
|
||||
import (
|
||||
"agent-desk/internal/pkg/dto/response"
|
||||
"agent-desk/internal/pkg/errorsx"
|
||||
"crypto/hmac"
|
||||
"crypto/rand"
|
||||
"crypto/sha256"
|
||||
"cs-ai-agent/internal/pkg/dto/response"
|
||||
"cs-ai-agent/internal/pkg/errorsx"
|
||||
"encoding/base64"
|
||||
"encoding/hex"
|
||||
"encoding/json"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package wxwork
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/pkg/config"
|
||||
"agent-desk/internal/pkg/config"
|
||||
"strings"
|
||||
|
||||
"github.com/silenceper/wechat/v2/cache"
|
||||
|
||||
Reference in New Issue
Block a user