下载证书附带pfx

ssh部署兼容带密码的密钥登录
ssh部署日志新增标准和错误输出
This commit is contained in:
v-me-50
2025-06-24 09:49:21 +08:00
parent f499afc060
commit 58e4c0ff11
5 changed files with 121 additions and 34 deletions

View File

@@ -48,7 +48,7 @@ func NotifyWorkWx(params map[string]any) error {
return err
}
configStr := providerData["config"].(string)
fmt.Println(configStr)
//fmt.Println(configStr)
var config map[string]string
err = json.Unmarshal([]byte(configStr), &config)
if err != nil {