mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
测试
This commit is contained in:
@@ -107,6 +107,7 @@ func deploy(params map[string]any) (any, error) {
|
|||||||
case string:
|
case string:
|
||||||
skip, _ = strconv.Atoi(v)
|
skip, _ = strconv.Atoi(v)
|
||||||
}
|
}
|
||||||
|
fmt.Println("xxxxxxxxxxxxxxxx", skip)
|
||||||
if skip == 1 {
|
if skip == 1 {
|
||||||
if len(deployData) > 0 {
|
if len(deployData) > 0 {
|
||||||
beSha256, ok := deployData[0]["cert_hash"].(string)
|
beSha256, ok := deployData[0]["cert_hash"].(string)
|
||||||
|
|||||||
Reference in New Issue
Block a user