소스 검색

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…
취소
저장