修正west url环境区分

This commit is contained in:
2024-10-02 12:52:20 +08:00
parent b8d9a72dac
commit a8e6836731
7 changed files with 14 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ type KqPusherConf struct {
Topic string
}
type WestConfig struct {
Url string
Key string
SecretId string
}