瀏覽代碼

remote debug info

master
patrick 5 年之前
父節點
當前提交
481ce723c1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go 查看文件

@@ -25,7 +25,7 @@ func md5LeanworkForm(form url.Values) string {
s += form["customerId"][0]
s += Config.LeanWork.MD5Key
}
fmt.Println("leanwork form: " + s)
//fmt.Println("leanwork form: " + s)
return md5str(s)
}


Loading…
取消
儲存