refactor: move WxWorkKFChannelConfig to dto package and update references
This commit is contained in:
@@ -11,3 +11,7 @@ type AuthPrincipal struct {
|
||||
Roles []string
|
||||
Permissions []string
|
||||
}
|
||||
|
||||
type WxWorkKFChannelConfig struct {
|
||||
OpenKfID string `json:"openKfId"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user