修改初始化

This commit is contained in:
zhangchenhao
2025-05-15 10:51:05 +08:00
parent b65c09d84a
commit 282224df28
3 changed files with 3 additions and 2 deletions

View File

@@ -107,7 +107,6 @@ func deploy(params map[string]any) (any, error) {
case string:
skip, _ = strconv.Atoi(v)
}
fmt.Println("xxxxxxxxxxxxxxxx", skip)
if skip == 1 {
if len(deployData) > 0 {
beSha256, ok := deployData[0]["cert_hash"].(string)