pull/79/head^2
zhangchenhao 2025-05-14 20:30:29 +08:00
parent 23e2dc6af4
commit 9c33f1c9aa
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ 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)