浏览代码

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)
}


正在加载...
取消
保存